summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-08 23:50:03 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-08 23:50:03 +0100
commitf85ef8221807457909a91b543b338b0bc0b0af9e (patch)
treef3586544de02d220131fc5c2230e0fbc768e38ae /setup.cfg
parent78094c317f525b5cb8c60bbf30cb0cdb676ca717 (diff)
downloadansicolor-f85ef8221807457909a91b543b338b0bc0b0af9e.tar.gz
flesh out docstrings some more
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 6bb7506..4c21470 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
-exclude = .tox/,build/
+exclude = .tox/,build/,docs/
ignore = E301,E302,E303
[wheel]