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:
Luong Anh Tuan 2018-02-01 09:36:08 +07:00 committed by Tuan Luong-Anh
parent 2c076f96b0
commit df8e0fe027
1 changed files with 1 additions and 1 deletions

View File

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