diff options
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 |