Skip to content

Commit 8012c20

Browse files
committed
ignore a couple of extra flake8 things
1 parent a2307e8 commit 8012c20

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,5 +15,5 @@ commands = flake8 pytest_contexts.py setup.py tests
1515
addopts = --tb=short
1616

1717
[flake8]
18-
ignore = E261,E262,E265,E302,W391,E303,E266,E402,E731
18+
ignore = E261,E262,E265,E302,W391,E303,E266,E402,E731,E741,F541
1919
max-line-length = 99

0 commit comments

Comments
 (0)