Skip to content

Commit f035db7

Browse files
committed
temporarily adding more items to be ignored by pep8,
just to see how much smaller it makes the log.
1 parent 784fdf8 commit f035db7

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
@@ -19,7 +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
22+
pep8ignore = E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E265 E266 W503 E241 E401 E231 E203 E226
2323

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

0 commit comments

Comments
 (0)