[flake8] Ignore build/ directory
That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
This commit is contained in:
parent
748ec66725
commit
60e5428925
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
universal = True
|
universal = True
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
|
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build
|
||||||
ignore = E501
|
ignore = E501
|
||||||
|
|
Loading…
Reference in a new issue