mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Ignore eggs from flake8
This commit is contained in:
parent
7f5fe7370f
commit
b04e6a5a64
|
@ -9,6 +9,6 @@ line_length = 120
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
||||||
ignore = E123,E128,E266,E402,W503,E731,W601
|
ignore = E123,E128,E266,E402,W503,E731,W601
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
Loading…
Reference in New Issue
Block a user