summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6a3e0679e..85d694cf8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,4 +4,6 @@ test=pytest
[tool:pytest]
addopts = --verbose --basetemp ./tmp --pep8
python_files = tests/*/*.py
-pep8ignore = E129
+pep8ignore =
+ * E129
+ doc/source/conf.py ALL