summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-10 18:59:32 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-10 19:00:35 +0900
commit5fb70df1a4ebc3052a03a21385188d176c23859c (patch)
tree35fa758bf829a32af090280c49e8ec9cf8a30997 /setup.cfg
parent3abde37d86a77c21645399f6c6e3623d61af77ee (diff)
downloadbuildstream-5fb70df1a4ebc3052a03a21385188d176c23859c.tar.gz
pip8 checks: Ignore the tmp/ directory
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 78d467b7e..38c2e9eda 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,3 +8,4 @@ pep8maxlinelength = 119
pep8ignore =
* E129
doc/source/conf.py ALL
+ tmp/* ALL