Merge "Enable some off-by-default checks"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -74,4 +74,8 @@ commands =
|
|||||||
# F821: undefined name
|
# F821: undefined name
|
||||||
ignore = F821
|
ignore = F821
|
||||||
builtins = _
|
builtins = _
|
||||||
|
# [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,H904
|
||||||
exclude = .venv,.tox,dist,doc,*egg
|
exclude = .venv,.tox,dist,doc,*egg
|
||||||
|
Reference in New Issue
Block a user