Ignore eggs from flake8

This commit is contained in:
Andrew Godwin 2017-11-28 23:47:11 -08:00
parent 7f5fe7370f
commit b04e6a5a64

View File

@ -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