Enable hacking-extensions H204, H205
This patch enable extensions: -[H204] Use assert(Not)Equal to check for equality. -[H205] Use assert(Greater|Less)(Equal) for comparison. Change-Id: I89efcab9993fcbb187249e32712fe00b86715e3a
This commit is contained in:
parent
2c076f96b0
commit
df8e0fe027
2
tox.ini
2
tox.ini
@ -76,7 +76,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
# reason: no improvement in readability
|
||||
show-source = True
|
||||
ignore = E251
|
||||
enable-extensions=H106,H203
|
||||
enable-extensions=H106,H203,H204,H205
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build
|
||||
max-complexity=30
|
||||
|
Loading…
x
Reference in New Issue
Block a user