add [pycodestyle] config to setup.cfg

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-07-09 22:23:26 -07:00
parent 7542798335
commit c54000045c

View file

@ -1,3 +1,6 @@
[pycodestyle]
max-line-length = 127
[flake8]
max-line-length = 127
max-complexity = 10