feat(ci): add CI pipeline with lint, tests, and Docker build validation

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-12 00:45:11 +00:00
parent 84dda3d139
commit 7db6e4fcb3
3 changed files with 157 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
[flake8]
max-line-length = 100
# Hard errors only (syntax errors and undefined names) are enforced in CI.
# Style warnings are reported with --exit-zero.
exclude =
.git,
__pycache__,
migrations,
.venv,
venv