Merge "Enable some off-by-default checks"
This commit is contained in:
commit
3720db0ed6
4
tox.ini
4
tox.ini
@ -58,3 +58,7 @@ ignore =
|
|||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build,example
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build,example
|
||||||
|
# H106: Don’t put vim configuration in source files
|
||||||
|
# H203: Use assertIs(Not)None to check for None
|
||||||
|
# H904: Delay string interpolations at logging calls
|
||||||
|
enable-extensions=H106,H203,H204,H205,H904
|
||||||
|
Loading…
x
Reference in New Issue
Block a user