mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 23:16:36 +02:00
7 lines
203 B
INI
7 lines
203 B
INI
[flake8]
|
|
max-line-length = 120
|
|
max-complexity = 10
|
|
extend-ignore = E203
|
|
per-file-ignores = __init__.py:F401,F403,E402
|
|
# migrations are auto-generated and often break rules
|
|
exclude=registrar/migrations/*
|