Add setup.cfg

Start imposing some coding standards
This commit is contained in:
Will Thames
2020-06-09 18:50:37 +10:00
parent 18dfb687e6
commit 1fb38fa982

3
setup.cfg Normal file
View File

@@ -0,0 +1,3 @@
[flake8]
max-line-length = 160
ignore = W503,E402