Updated flake8 settings

This commit is contained in:
mrhanky 2017-08-22 19:02:45 +02:00
parent 8ffb00ad58
commit f95ffd529f
No known key found for this signature in database
GPG Key ID: 67D772C481CB41B8

View File

@ -1,9 +1,6 @@
[flake8] [flake8]
max-line-length = 120 max-line-length = 120
exclude = exclude =
# No need to traverse our git directory env,
.git, .git,
# There's no value in checking cache directories __pycache__
__pycache__,
# Exclude startup file for repl
repl.py