chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:05:14 +08:00
commit 2a547be7fe
7904 changed files with 1000926 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Base mypy config shared across all isolated examples.
# Per-example `[[tool.mypy.overrides]]` from each example's pyproject.toml are
# merged onto this base at lint time by scripts/ci/isolated_examples.py.
[mypy]
strict = true
enable_error_code = redundant-expr, truthy-bool, ignore-without-code
no_implicit_reexport = false
disallow_untyped_calls = false