Skip to content

Commit 41ec695

Browse files
committed
Add setup.cfg to ignore noisy pycodestyle errors
1 parent 55cb48a commit 41ec695

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pycodestyle]
2+
statistics = True
3+
ignore = E402,E501
4+
max-line-length = 120

0 commit comments

Comments
 (0)