mycli
mycli copied to clipboard
Set mypy version more strictly: v1.18.1
Description
Set mypy version more strictly to avoid errors in CI. Mypy can be updated intentionally.
Checklist
- [x] I've added this contribution to the
changelog.md. - [x] I've added my name to the
AUTHORSfile (or it's already there). - [x] I ran
uv run ruff check && uv run ruff format && uv run mypy --install-types .to lint and format the code.