mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-04-02 03:50:24 +02:00
flake8: Add more ignored files
* setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py * devscripts/buildserver.py: Produces a lot of messages
This commit is contained in:
parent
dc9a441bfa
commit
a16af51873
@ -2,5 +2,5 @@
|
|||||||
universal = True
|
universal = True
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = youtube_dl/extractor/__init__.py
|
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
|
||||||
ignore = E501
|
ignore = E501
|
||||||
|
Loading…
x
Reference in New Issue
Block a user