1
0
Fork 0

Add flake8 config

This commit is contained in:
Jeremy Kaplan 2018-04-10 14:05:42 -07:00 committed by Jeremy Kaplan
commit 63608c429e
2 changed files with 5 additions and 0 deletions

4
etc/flake8 Normal file
View file

@ -0,0 +1,4 @@
[flake8]
ignore =
# Long lines are sometimes necessary, and 80 characters is too short anyway
E501