From df8e0fe02755bb3534d93841627ca6a74ec99253 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Thu, 1 Feb 2018 09:36:08 +0700 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 130271caf..766798e35 100644 --- a/tox.ini +++ b/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