diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-10 18:59:32 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-10 19:00:35 +0900 |
commit | 5fb70df1a4ebc3052a03a21385188d176c23859c (patch) | |
tree | 35fa758bf829a32af090280c49e8ec9cf8a30997 /setup.cfg | |
parent | 3abde37d86a77c21645399f6c6e3623d61af77ee (diff) | |
download | buildstream-5fb70df1a4ebc3052a03a21385188d176c23859c.tar.gz |
pip8 checks: Ignore the tmp/ directory
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ pep8maxlinelength = 119 pep8ignore = * E129 doc/source/conf.py ALL + tmp/* ALL |