summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-10 15:11:12 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-10 15:11:43 +0900
commit5a46880581d010eb1cbb9c3d61f77a725ef23149 (patch)
treea6e3cbcd7dfa9127fa40a618fcb80896a9ced6e8 /setup.cfg
parente74582e059f8242c2a8c63a3b694ec61e5accb2e (diff)
downloadbuildstream-5a46880581d010eb1cbb9c3d61f77a725ef23149.tar.gz
setup.cfg: Ignore pep8 checking in documentation conf.py
Diffstat (limited to 'setup.cfg')
-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