Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit d7b86a4

Browse files
committed
Make flake8 ignore tests/local.py
1 parent cd3e284 commit d7b86a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist = True
66

77
[flake8]
88
max_line_length=100
9-
exclude=.tox/*,*backends/__init__.py,tests/tests.py
9+
exclude=.tox/*,*backends/__init__.py,tests/tests.py,tests/local.py
1010

1111
[testenv]
1212
setenv =

0 commit comments

Comments
 (0)