We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301b4bb commit f4e2695Copy full SHA for f4e2695
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: detect-private-key
9
- id: forbid-submodules
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.9.6
+ rev: v0.9.7
12
hooks:
13
- id: ruff
14
args: [ --fix ]
pyproject.toml
@@ -32,7 +32,7 @@ gitpython = "^3.1.43"
32
setuptools = ">=69.5.1,<76.0.0"
33
34
[tool.poetry.group.dev.dependencies]
35
-ruff = "^0.9.6"
+ruff = "^0.9.7"
36
37
[build-system]
38
requires = ["poetry-core>=1.0.0"]
0 commit comments