Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 3e89b83

Browse files
committed
ignore N816
1 parent 7a35241 commit 3e89b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands = nosetests -v --with-doctest {posargs}
1515
deps =
1616
flake8
1717
pep8-naming
18-
commands = flake8 --ignore=W503,W504,W605,N802,F821 influxdb
18+
commands = flake8 --ignore=W503,W504,W605,N802,N816,F821 influxdb
1919

2020
[testenv:pep257]
2121
deps = pydocstyle

0 commit comments

Comments
 (0)