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:
blue55 2017-06-21 15:56:20 +08:00
parent d19d9faa21
commit da983564ea
1 changed files with 1 additions and 0 deletions

View File

@ -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