We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58c357c + 721ed53 commit 65ff0b1Copy full SHA for 65ff0b1
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
hooks:
59
- id: pyupgrade
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.8.4
+ rev: v0.8.6
62
63
- id: ruff
64
args:
pyproject.toml
@@ -30,7 +30,7 @@ build-backend = "hatchling.build"
30
[dependency-groups]
31
development = [
32
"pre-commit==4.0.1",
33
- "ruff==0.8.4",
+ "ruff==0.8.6",
34
]
35
36
[tool.mypy]
0 commit comments