about summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-12-16 20:38:59 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-12-16 20:38:59 +0100
commita16af518735cb0301731900914c84f26823e9372 (patch)
treee826668fdb901113ddd80660b5fbdb1dff06e25b /setup.cfg
parentdc9a441bfa8b2767748a8e3d138ae765e0d7b0cb (diff)
downloadyoutube-dl-a16af518735cb0301731900914c84f26823e9372.tar.gz
youtube-dl-a16af518735cb0301731900914c84f26823e9372.tar.xz
youtube-dl-a16af518735cb0301731900914c84f26823e9372.zip
flake8: Add more ignored files
* setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py
* devscripts/buildserver.py: Produces a lot of messages
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 8659b5069..898defb9d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,5 @@
 universal = True
 
 [flake8]
-exclude = youtube_dl/extractor/__init__.py
+exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
 ignore = E501