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 5e59929 commit 9c0590fCopy full SHA for 9c0590f
.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.7
+ rev: v0.9.9
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.7"
+ruff = "^0.9.9"
37
38
[build-system]
39
requires = ["poetry-core>=1.0.0"]
0 commit comments