mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
mypy: ignore_missing_imports = True
This commit is contained in:
parent
d604c7e175
commit
d15c5c4ba2
1 changed files with 5 additions and 0 deletions
5
.mypy.ini
Normal file
5
.mypy.ini
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[mypy]
|
||||
# FIXME: Would be better to actually type the libraries (if under our control),
|
||||
# or write our own stubs. For now, silence errors
|
||||
ignore_missing_imports = True
|
||||
|
||||
Loading…
Reference in a new issue