diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-03-05 17:38:32 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-03-05 19:46:56 +0900 |
commit | 62565a1d26eef4a3580f5794604e93f73d698303 (patch) | |
tree | 059aa319cc79118e1db67dd88480473bced78fa3 /setup.cfg | |
parent | acfd71a1197328dbb5524b0835e1710da73b30f2 (diff) | |
download | buildstream-62565a1d26eef4a3580f5794604e93f73d698303.tar.gz |
setup.cfg: Ignore pep8 E125.
Ignore multiline statement has same indentation as next logical line.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ python_files = tests/*/*.py pep8maxlinelength = 119 pep8ignore = * E129 + * E125 doc/source/conf.py ALL tmp/* ALL */lib/python3* ALL |