summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 13:45:47 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 13:45:47 +1000
commita5fedffab77bdb669face91c756755e83c48159a (patch)
treef1732c48a690ccb916170ccd1c1ad4f1b3ecbf3b
parent1194aa700972f29ee0bba97e20db06afbc28d952 (diff)
downloadansicolor-a5fedffab77bdb669face91c756755e83c48159a.tar.gz
update flake8 config
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0373d04..92e2d45 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,7 @@
[flake8]
exclude = .tox/,build/,docs/
ignore = E301,E302,E303,W503,W605
+max_line_length = 88
[wheel]
universal = 1