diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-10 15:11:12 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-10 15:11:43 +0900 |
commit | 5a46880581d010eb1cbb9c3d61f77a725ef23149 (patch) | |
tree | a6e3cbcd7dfa9127fa40a618fcb80896a9ced6e8 /setup.cfg | |
parent | e74582e059f8242c2a8c63a3b694ec61e5accb2e (diff) | |
download | buildstream-5a46880581d010eb1cbb9c3d61f77a725ef23149.tar.gz |
setup.cfg: Ignore pep8 checking in documentation conf.py
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |