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.
2 parents fa60068 + 09e5ecb commit 7c03fa1Copy full SHA for 7c03fa1
.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.2
+ rev: v0.9.10
12
hooks:
13
- id: ruff
14
args: [ --fix ]
pyproject.toml
@@ -33,7 +33,7 @@ gitpython = "^3.1.43"
33
setuptools = ">=69.5.1,<76.0.0"
34
35
[tool.poetry.group.dev.dependencies]
36
-ruff = "^0.9.2"
+ruff = "^0.9.10"
37
38
[build-system]
39
requires = ["poetry-core>=1.0.0"]
0 commit comments