Bump hacking to 7.0.0
Change-Id: I130b530e753268113135113ec97590b6a18b34ab
This commit is contained in:
parent
eb79c2795a
commit
afabcb8653
@ -3,7 +3,7 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking>=3.1.0,<3.2.0 # Apache-2.0
|
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
||||||
coverage>=4.0 # Apache-2.0
|
coverage>=4.0 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
mock>=2.0,<4.0 # BSD
|
mock>=2.0,<4.0 # BSD
|
||||||
|
3
tox.ini
3
tox.ini
@ -38,7 +38,8 @@ commands = python setup.py build_sphinx
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E123, E125 skipped as they are invalid PEP-8
|
# E123, E125 skipped as they are invalid PEP-8
|
||||||
ignore = W605, W503, W504, E731
|
# H216 ignored until we drop third-party mock library
|
||||||
|
ignore = W605, W503, W504, E731, H216
|
||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build
|
exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user