Merge "Exclude all files starting with . from flake8 tests"
This commit is contained in:
commit
10f67cdf53
2
tox.ini
2
tox.ini
@ -132,7 +132,7 @@ commands = {posargs}
|
||||
# [W503] Line break before binary operator.
|
||||
ignore = E129,E741,W503
|
||||
filename = *.py,app.wsgi
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
exclude=.*,dist,doc,*lib/python*,*egg,build
|
||||
import-order-style = pep8
|
||||
application-import-names = ironic
|
||||
max-complexity=19
|
||||
|
Loading…
x
Reference in New Issue
Block a user