aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-17 15:36:16 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-17 15:36:18 +0100
commit60e5428925f7299182b4b327b3e88908e33eca1c (patch)
treeca180f1850b9c39c1f1b496f34b64df0c942d023 /setup.cfg
parent748ec6672533d80881475186ed292caea9f8e8c3 (diff)
downloadyoutube-dl-60e5428925f7299182b4b327b3e88908e33eca1c.zip
youtube-dl-60e5428925f7299182b4b327b3e88908e33eca1c.tar.gz
youtube-dl-60e5428925f7299182b4b327b3e88908e33eca1c.tar.bz2
[flake8] Ignore build/ directory
That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 898defb..13dcd8a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,5 @@
universal = True
[flake8]
-exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
+exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build
ignore = E501