flake8: Ignore .git
This commit is contained in:
parent
d4f64cabf4
commit
c9326b38b8
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
|
||||
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git
|
||||
ignore = E501
|
||||
|
|
Loading…
Reference in a new issue