basic flake8 configuration in setup.cfg

This commit is contained in:
Brian S. Stephan 2020-03-06 17:55:45 -06:00
parent a28f27206b
commit 10f9322a1d
1 changed files with 3 additions and 0 deletions

3
setup.cfg Normal file
View File

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