Merge "Exclude all files starting with . from flake8 tests"

This commit is contained in:
Zuul 2023-04-05 19:20:53 +00:00 committed by Gerrit Code Review
commit 10f67cdf53

View File

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