Skip to content

Commit 736873c

Browse files
authored
Merge pull request jpadilla#214 from jpadilla/fix-flake8
Flake8 now ignores .tox
2 parents daf79c1 + 48be19a commit 736873c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[flake8]
22
max-line-length = 119
3-
exclude = docs/
3+
exclude =
4+
docs/,
5+
.tox/
46

57
[wheel]
68
universal = 1

0 commit comments

Comments
 (0)