From 445b1f7f01989d8fe4b3f7ae917a69d6a1165992 Mon Sep 17 00:00:00 2001 From: clslgrnc Date: Tue, 5 Mar 2019 10:44:15 +0100 Subject: [PATCH] ignore N816: mixedCase variable in global scope --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f9c212c..b6cdd526 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ commands = nosetests -v --with-doctest {posargs} deps = flake8 pep8-naming -commands = flake8 --ignore=W503,W504,W605,N802,F821 influxdb +commands = flake8 --ignore=W503,W504,W605,N802,N816,F821 influxdb [testenv:pep257] deps = pydocstyle