We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d05556 commit 24823dcCopy full SHA for 24823dc
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
# Ruff version.
13
- rev: 'v0.14.10'
+ rev: 'v0.15.9'
14
hooks:
15
- id: ruff
16
args: ["--fix", "--show-fixes"]
@@ -55,7 +55,7 @@ repos:
55
- id: validate-cff
56
57
- repo: https://github.com/abravalheri/validate-pyproject
58
- rev: v0.24.1
+ rev: v0.25
59
60
- id: validate-pyproject
61
0 commit comments