Commit Graph

5 Commits

Author SHA1 Message Date
Johan
93459d3ce9 fix: correct YAML indentation in CI workflow 2026-02-02 16:06:02 +01:00
Johan
2e41d6304b ci V3 2026-02-02 16:04:57 +01:00
Johan
2b00d2752c ci v3 2026-02-02 15:53:30 +01:00
Johan
0d0dd3cfcf 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
2026-02-02 15:46:05 +01:00
Johan
35d6e2ff05 ci 2026-02-02 14:30:56 +01:00