Merge "Update hacking for Python3"

This commit is contained in:
Zuul 2020-04-08 17:10:07 +00:00 committed by Gerrit Code Review
commit 0b73bc6bfd
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking should appear first in case something else depends on pep8
hacking>=1.1.0 # Apache-2.0
hacking>=3.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.13 # LGPLv3

View File

@ -80,8 +80,9 @@ max-complexity = 20
import-order-style = pep8
application-import-names = neutron_fwaas_dashboard
[hacking]
local-check-factory = horizon.hacking.checks.factory
[flake8:local-plugins]
extension =
M322 = horizon.hacking.checks:no_mutable_default_args
[testenv:lower-constraints]
deps =