Merge "Enable PEP8 extensions"
This commit is contained in:
commit
daf9268911
7
tox.ini
7
tox.ini
@ -74,8 +74,11 @@ commands = pylint -j0 -E --rcfile=.pylintrc -e W,E tobiko
|
||||
[flake8]
|
||||
# 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
|
||||
# H204: Use assert(Not)Equal to check for equality
|
||||
# H205: Use assert(Greater|Less)(Equal) for comparison
|
||||
# H904: Delay string interpolations at logging calls.
|
||||
enable-extensions = H106,H203,H204,H205,H904
|
||||
|
||||
show-source = true
|
||||
exclude = ./.*,build,dist,doc,*egg*,releasenotes
|
||||
import-order-style = pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user