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

View File

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