Update dependency ruff to v0.2.2 - autoclosed #57

Closed
renovate-bot wants to merge 1 commit from renovate/ruff-0.x into master
Showing only changes of commit 437b8636bc - Show all commits

View file

@ -77,7 +77,7 @@ python = ["3.8", "3.9", "3.10", "3.11"]
detached = true detached = true
dependencies = [ dependencies = [
"mypy==1.7.1", "mypy==1.7.1",
"ruff==0.1.7", "ruff==0.2.2",
] ]
[tool.hatch.envs.lint.scripts] [tool.hatch.envs.lint.scripts]