diff --git a/.mypy.ini b/.mypy.ini index b47e5dff3..6bad7a0b6 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -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