Add python configuration

This commit is contained in:
Colin Powell
2019-03-26 17:17:21 -04:00
parent 865ae65069
commit 213982cdc7
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[pycodestyle]
ignore = E226,E302,E41,E0202,E1101
max-line-length = 88
statistics = True