Exclude make_issue_template.py from flake8
This commit is contained in:
parent
4a5a67ca25
commit
a39c68f7e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue