Skip to content

Commit d2a34ec

Browse files
committed
Add flake8/pep8 config, just ignoring line lengths for now
1 parent f34c932 commit d2a34ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
ignore = E501
3+
4+
[pep8]
5+
ignore = E501

0 commit comments

Comments
 (0)