Compare commits

...

1 commit

Author SHA1 Message Date
8465c4d03f chore(deps): update dependency ruff to v0.5.1
Some checks failed
build and publish / release-pypackage (pull_request) Failing after 11m25s
build and publish / update-changelog (pull_request) Failing after 10m35s
check code / check-code (pull_request) Failing after 14m56s
2024-07-05 20:18:32 +02:00

View file

@ -69,7 +69,7 @@ python = "3.11"
detached = true
dependencies = [
"mypy==1.8.0",
"ruff==0.2.2",
"ruff==0.5.1",
]
[tool.hatch.envs.lint.scripts]