ignore imports for requests, youtube_dl and streamlink in mypy
This commit is contained in:
10
backend/mypy.ini
Normal file
10
backend/mypy.ini
Normal file
@ -0,0 +1,10 @@
|
||||
[mypy]
|
||||
|
||||
[mypy-streamlink]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-youtube_dl]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-expiringdict]
|
||||
ignore_missing_imports = True
|
Reference in New Issue
Block a user