Follow untyped imports

This commit is contained in:
Šarūnas Nejus 2026-02-10 07:35:09 +00:00
parent 11138a9e00
commit ce8128b8c4
No known key found for this signature in database

View file

@ -43,6 +43,7 @@ allow_any_generics = false
ignore_missing_imports = true
namespace_packages = true
explicit_package_bases = true
follow_untyped_imports = true
# Temporary, until we decide on a mypy
# config for all files.