summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 13:40:55 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 13:40:55 +1000
commit06a2777a888b48156c045cf30f009b0b1bb0322b (patch)
tree7a8fdde788197b6b38abebb914f843fc5e7ac9e2 /setup.cfg
parentde0d5bb0b0ec7062a0469f91bbd931cc143d75d4 (diff)
downloadansicolor-06a2777a888b48156c045cf30f009b0b1bb0322b.tar.gz
flake8 fixes
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4c21470..0373d04 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[flake8]
exclude = .tox/,build/,docs/
-ignore = E301,E302,E303
+ignore = E301,E302,E303,W503,W605
[wheel]
universal = 1