chore: mypy ignore import untyped
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2024-10-19 06:09:58 -04:00
parent a50e4cb978
commit 85f7d61bd6
GPG Key ID: D47306D7062CDA9D

View File

@ -48,6 +48,7 @@ warn_unused_ignores = true
disallow_any_generics = true
check_untyped_defs = true
no_implicit_reexport = true
disable_error_code = "import-untyped"
disallow_untyped_defs = true