Delete H803 in flake8 ignore
In hacking >= 0.10.0,do not have H803.So we should delete it in flake8 ignore list. Change-Id: Ife2b05586211b574eb87412f922e1a5d0ef75b0b
This commit is contained in:
parent
10a81baefa
commit
b82bfe041c
3
tox.ini
3
tox.ini
@ -19,10 +19,9 @@ commands = python setup.py build_sphinx
|
|||||||
commands = python setup.py test --coverage --coverage-package-name=oslo_policy --testr-args='{posargs}'
|
commands = python setup.py test --coverage --coverage-package-name=oslo_policy --testr-args='{posargs}'
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# H803 skipped on purpose per list discussion.
|
|
||||||
|
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = H803
|
ignore =
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user