Minimal flake8 config

This commit is contained in:
Martin Pépin 2018-01-05 14:11:44 +01:00
parent 745cc4c43e
commit 81d9757e61

6
tox.ini Normal file
View file

@ -0,0 +1,6 @@
[flake8]
max-line-length = 119
exclude =
.git,
__pycache__,
venv