Done! I've changed the type checker from mypy to ty:
- pyproject.toml:26 - Updated dev dependency from
mypy>=1.8.0toty>=0.1.0 - pyproject.toml:55 - Changed
[tool.mypy]to[tool.ty](configuration kept the same) - .github/workflows/ci.yaml:60-61 - Updated the CI workflow step to use
tyinstead ofmypy
The type checker configuration settings have been preserved. You may want to review the ty documentation to ensure the configuration options are compatible.