nxy/tox.ini
2017-07-07 02:49:37 +02:00

10 lines
201 B
INI

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