mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
5 lines
168 B
INI
5 lines
168 B
INI
[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
|
|
|