Merge "Fix and enable gating on F811"
This commit is contained in:
commit
fb0e2443bd
3
tox.ini
3
tox.ini
@ -27,9 +27,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[flake8]
|
||||
# F811: redefinition of unused 'client' from line 81
|
||||
# F821: undefined name
|
||||
# H304: no relative imports
|
||||
ignore = F811,F821,H304
|
||||
ignore = F821,H304
|
||||
show-source = True
|
||||
exclude = .venv,.tox,dist,doc,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user