Skip to content

Commit 09947e5

Browse files
ignore the pep8-nonconforming file
1 parent 97b07e2 commit 09947e5

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
@@ -18,7 +18,7 @@ deps=
1818
flake8
1919
mccabe
2020
commands =
21-
flake8 setuptools_scm/ testing/ setup.py
21+
flake8 setuptools_scm/ testing/ setup.py --exclude=setuptools_scm/win_py31_compat.py
2222

2323
[testenv:check_readme]
2424
skip_install=True

0 commit comments

Comments
 (0)