projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f64ca
)
flake8: Ignore .git
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 25 Jan 2015 17:09:09 +0000
(18:09 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 25 Jan 2015 17:09:09 +0000
(18:09 +0100)
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index 13dcd8af636bd32dcbc7a94c1305c8f0cd7ae46a..02aa56257a6f44f4c91b75bcb01dc7fe74a016b7 100644
(file)
--- a/
setup.cfg
+++ b/
setup.cfg
@@
-2,5
+2,5
@@
universal = True
[flake8]
-exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build
+exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build
,.git
ignore = E501