nxy/tox.ini

10 lines
201 B
INI
Raw Normal View History

2017-07-07 00:11:20 +00:00
[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