Fix all linting and formatting issues across the codebase
Fix all linting, formatting, and static analysis issues in the entire codebase.
## Process:
1. **Detect Project Language(s)**:
- Check file extensions and configuration files
- Common indicators:
- Python: .py files, requirements.txt, pyproject.toml
- JavaScript/TypeScript: .js/.ts files, package.json
- Go: .go files, go.mod
- Rust: .rs files, Cargo.toml
- Java: .java files, pom.xml
- Ruby: .rb files, Gemfile
2. **Run Language-Specific Linters**:
**Python:**
- Formatting: `black .` or `autopep8`
- Import sorting: `isort .`
- Linting: `flak...Remove old sprint directories with safety checks and archiving options
Fix all black, isort, flake8 and mypy issues in the entire codebase
Remove old sprint directories with safety checks and archiving options
Remove dead code safely from codebase
Delete local branches that have been merged into default