ignore imports for requests, youtube_dl and streamlink in mypy
This commit is contained in:
parent
0fb28e0741
commit
1cfc0685bf
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
|
Loading…
Reference in New Issue
Block a user