mirror of
https://github.com/django/daphne.git
synced 2025-03-13 03:45:45 +03:00
12 lines
215 B
INI
12 lines
215 B
INI
[flake8]
|
|
exclude =
|
|
"venv/*",
|
|
".venv/*",
|
|
"tox/*",
|
|
"docs/*",
|
|
"testproject/*",
|
|
"js_client/*",
|
|
".eggs/*",
|
|
|
|
extend-ignore = E123, E128, E266, E402, W503, E731, W601, B036
|
|
max-line-length = 120 |