560856cf22
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 210h26m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 210h27m0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 210h27m7s
14 lines
190 B
INI
14 lines
190 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
.venv,
|
|
venv,
|
|
node_modules,
|
|
alembic
|
|
|
|
per-file-ignores =
|
|
tests/integration/*:F821
|
|
tests/unit/*:F821
|