chore: replace flake8 and black with ruff

This commit is contained in:
aserper
2025-12-13 23:48:58 -05:00
parent e2cae81839
commit 30e43946c2
9 changed files with 79 additions and 52 deletions

View File

@@ -96,8 +96,8 @@ Tests run automatically on every push to `main` and on all pull requests via [.g
- Uploads coverage to Codecov
3. **Code Quality**
- Runs flake8 for linting
- Runs black for code formatting checks
- Runs ruff check for linting
- Runs ruff format for code formatting checks
- Runs mypy for type checking
4. **Docker Build Test**