Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
This commit is contained in:
@@ -74,7 +74,8 @@ commands =
|
||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
ignore = F403,F812,F821
|
||||
# E731 skipped as assign a lambda expression
|
||||
ignore = E731,F403,F812,F821
|
||||
show-source = True
|
||||
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*lib/python*,.update-venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user