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 82fbfe5 commit b234dd9Copy full SHA for b234dd9
.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.9.3'
+ rev: 'v0.11.4'
14
hooks:
15
- id: ruff
16
args: ["--fix", "--show-fixes"]
@@ -24,7 +24,7 @@ repos:
24
args: ['--config', 'pyproject.toml']
25
26
- repo: https://github.com/executablebooks/mdformat
27
- rev: 0.7.21
+ rev: 0.7.22
28
29
- id: mdformat
30
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
55
- id: validate-cff
56
57
- repo: https://github.com/abravalheri/validate-pyproject
58
- rev: v0.23
+ rev: v0.24.1
59
60
- id: validate-pyproject
61
0 commit comments