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 b7fa03e + a37d1d1 commit 7b56321Copy full SHA for 7b56321
.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.11.0
+ rev: v0.11.2
12
hooks:
13
- id: ruff
14
args: [ --fix ]
pyproject.toml
@@ -33,7 +33,7 @@ gitpython = "^3.1.43"
33
setuptools = ">=69.5.1,<79.0.0"
34
35
[tool.poetry.group.dev.dependencies]
36
-ruff = "^0.11.0"
+ruff = "^0.11.2"
37
38
[build-system]
39
requires = ["poetry-core>=1.0.0"]
0 commit comments