Merge "allow bare excepts in flake8"
This commit is contained in:
commit
c15f98f3b3
2
tox.ini
2
tox.ini
@ -37,6 +37,6 @@ commands = {posargs}
|
|||||||
[flake8]
|
[flake8]
|
||||||
# TODO(dmllr): Review some of the hacking warnings and fix if applicable
|
# TODO(dmllr): Review some of the hacking warnings and fix if applicable
|
||||||
# H233 Use print function, not print operator
|
# H233 Use print function, not print operator
|
||||||
ignore = H203,H233,H301,H302,H306,H402,H404,H703
|
ignore = H203,H233,H301,H302,H306,H402,H404,H703,H201
|
||||||
exclude = .venv,.tox,dist,doc,*egg
|
exclude = .venv,.tox,dist,doc,*egg
|
||||||
show-source = True
|
show-source = True
|
||||||
|
Loading…
Reference in New Issue
Block a user