Merge "Enable hacking-extensions H204, H205"
This commit is contained in:
commit
19fd074ed7
4
tox.ini
4
tox.ini
@ -105,7 +105,9 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
||||
# [H904] Delay string interpolations at logging calls
|
||||
# [H106] Don’t put vim configuration in source files
|
||||
# [H203] Use assertIs(Not)None to check for None.
|
||||
enable-extensions=H904,H106,H203
|
||||
# [H204] Use assert(Not)Equal to check for equality
|
||||
# [H205] Use assert(Greater|Less)(Equal) for comparison
|
||||
enable-extensions=H904,H106,H203,H204,H205
|
||||
|
||||
[hacking]
|
||||
import_exceptions = sahara.i18n
|
||||
|
Loading…
Reference in New Issue
Block a user