summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-08 00:09:58 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-08 00:09:58 +0100
commit76d9cd282fa3451f91b6f0dd17f2a9f242888267 (patch)
tree575db56c737c693890ca0d1293ea00b3ba79a3c6 /setup.cfg
parent355df362b8a238aa6fd530ed77fd4d6da02e7a06 (diff)
downloadansicolor-76d9cd282fa3451f91b6f0dd17f2a9f242888267.tar.gz
fix flake8 exclude, add ignore
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c2866a0..6bb7506 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[flake8]
-exclude = .tox/*
+exclude = .tox/,build/
+ignore = E301,E302,E303
[wheel]
universal = 1