Skip to content

Commit 784fdf8

Browse files
committed
force pytest-pep8 to ignore the pep8 warnings that
matplotlib has already specified. Which might make the output log shorter than 4 megs.
1 parent e27451d commit 784fdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ deps =
1919
[pytest]
2020
norecursedirs = .git build
2121
testpaths = tests
22+
pep8ignore = E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E265 E266 W503
2223

2324
[pep8]
2425
ignore=E111,E114,E115,E116,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E265,E266,W503

0 commit comments

Comments
 (0)