projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5a67c
)
Exclude make_issue_template.py from flake8
author
Sergey M․
<dstftw@gmail.com>
Mon, 28 Mar 2016 20:19:24 +0000
(
02:19
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 28 Mar 2016 20:19:24 +0000
(
02:19
+0600)
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index 26857750c7c1aa5d9a15b09578740d41d063f189..5760112d4564bb4fe8389b9c134ef6ef406a81b3 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,.git
+exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,
devscripts/make_issue_template.py,
setup.py,build,.git
ignore = E402,E501,E731