refactor: configure pre-commit and CI/CD pipeline
- Restructured GitHub Actions workflow with separate jobs for linting, testing, and security - Configured pre-commit hooks: black, isort, flake8, yamllint - Added setup.cfg for centralized configuration - Relaxed flake8 rules (B008, D* docstrings) for FastAPI compatibility - Removed bandit (pbr dependency issue) - can be added later - All pre-commit checks now passing
This commit is contained in:
@@ -3,4 +3,4 @@ uvicorn[standard]==0.34.0
|
||||
sqlalchemy==2.0.36
|
||||
pydantic==2.10.3
|
||||
jinja2==2.10.1
|
||||
PyYAML==5.3.1
|
||||
PyYAML==5.3.1
|
||||
|
||||
Reference in New Issue
Block a user