Configure mypy to require types for generics

This commit is contained in:
Šarūnas Nejus 2024-04-30 12:59:59 +01:00
parent 7d636d8f22
commit b5e98b59f2
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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