From 298ce0c7b7f766fb9f2e874eecde45c0c8aa6719 Mon Sep 17 00:00:00 2001 From: Nichita Herciu Date: Tue, 26 Jul 2016 11:15:28 +0300 Subject: [PATCH] Removed H302 Due to the fact that the hacking requirement from test-requirements.txt was recently updated, H302 - import only modules is now safe to remove from the ignore list in tox.ini, as it will no longer lead to any error. Change-Id: Icec30797623badf2c18308c3bb71699370905f3e --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 565ccde..25e362f 100644 --- a/tox.ini +++ b/tox.ini @@ -29,5 +29,4 @@ show-source = True exclude=.venv,.git,.tox,dist,*egg,build max-line-length = 120 # F401 module imported but unused -# H302 import only modules -ignore = F401,H302 +ignore = F401