7cffb193eb
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 36s
CI/CD Pipeline / Unit Tests (push) Successful in 1m8s
CI/CD Pipeline / Frontend Lint (push) Successful in 1m19s
CI/CD Pipeline / Build Production Runtime Images (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
CI/CD Pipeline / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Integration Tests (push) Successful in 1m20s
CI/CD Pipeline / Build & Push Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
feat: 模板与剪辑计划后端补齐
19 lines
433 B
INI
19 lines
433 B
INI
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore = E203,W503,E501,E302,E402,E722,W291,W293,F401,F403,F405,F841
|
|
exclude =
|
|
.git,
|
|
.cache,
|
|
__pycache__,
|
|
.venv,
|
|
.venv-ci-root,
|
|
build,
|
|
dist,
|
|
apps/api/app/api/routes/auth.py,
|
|
apps/api/app/api/routes/workspaces.py,
|
|
apps/api/app/middleware/auth.py
|
|
per-file-ignores =
|
|
*/__init__.py:F401,F403,F405
|
|
tests/*:E402,F401,F841
|
|
packages/ports/*:E301,E704
|