Skip to content

Commit 28549ad

Browse files
update tox.ini to ignore 401 errors in init files
1 parent 5442e55 commit 28549ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[flake8]
22
extend-ignore = E501
3-
exclude = .venv,tests
3+
exclude = .venv,tests
4+
per-file-ignores = __init__.py:F401

0 commit comments

Comments
 (0)