Delete mypy.ini

This commit is contained in:
2026-01-24 03:51:09 -05:00
parent 33a9d80ab4
commit 4e4c374908

View File

@@ -1,11 +0,0 @@
[mypy]
python_version = 3.13
explicit_package_bases = True
show_error_codes = True
warn_unused_configs = True
ignore_missing_imports = True
# Expand to the whole workspace; temporarily exclude obvious duplicates to get broader feedback
files = .
# The API directory now defines a package root so we can run mypy on it directly.
# Per-package overrides can be added here later as we gradually expand coverage