mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Configure mypy to require types for generics
This commit is contained in:
parent
7d636d8f22
commit
b5e98b59f2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[mypy]
|
||||
allow_any_generics = false
|
||||
# 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
|
||||
|
||||
ignore_missing_imports = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue