chore: import upstream snapshot with attribution
Verify and Test / build (3.10) (push) Waiting to run
Lint / build (3.10) (push) Waiting to run

This commit is contained in:
wehub-resource-sync
2026-07-13 12:42:59 +08:00
commit 177604c7d1
780 changed files with 207718 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[mypy]
strict = True
namespace_packages = True
explicit_package_bases = True
warn_unused_ignores = False
mypy_path = src
files = src, tests
disable_error_code = type-abstract
exclude = scripts
plugins = pydantic.mypy