Add sane line length to setup.cfg

This commit is contained in:
AntiCompositeNumber 2020-07-21 14:25:26 -04:00
parent a418a4e464
commit 3ac7c7ab86
No known key found for this signature in database
GPG Key ID: A888A323AB506229

View File

@ -1,3 +1,7 @@
[metadata]
description-file = README.md
license_file = LICENSE
[flake8]
max-line-length = 88
extend-ignore = E203,W503