diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 15:36:16 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 15:36:18 +0100 |
commit | 60e5428925f7299182b4b327b3e88908e33eca1c (patch) | |
tree | ca180f1850b9c39c1f1b496f34b64df0c942d023 /setup.cfg | |
parent | 748ec6672533d80881475186ed292caea9f8e8c3 (diff) |
[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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |