Enable some off-by-default checks
Some of the available checks are disabled by default, like: [H106] Don’t put vim configuration in source files [H203] Use assertIs(Not)None to check for None Change-Id: I884837a9fee9572dda2240efdf27d6f4c607f139
This commit is contained in:
parent
d19d9faa21
commit
da983564ea
1
tox.ini
1
tox.ini
@ -58,4 +58,5 @@ show-source = True
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
ignore = E123,E125,H405
|
||||
enable-extensions = H203,H106
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools
|
||||
|
Loading…
Reference in New Issue
Block a user