Compare commits

..

No commits in common. "renovate/mypy-1.x" and "master" have entirely different histories.

View file

@ -76,7 +76,7 @@ python = ["3.8", "3.9", "3.10", "3.11"]
[tool.hatch.envs.lint]
detached = true
dependencies = [
"mypy==1.11.2",
"mypy==1.8.0",
"ruff==0.2.2",
]