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 e8a799c commit 3b49312Copy full SHA for 3b49312
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ default_language_version:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
@@ -19,13 +19,13 @@ repos:
19
- id: trailing-whitespace
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
# Keep in sync with .github/workflows/ruff.yml
22
- rev: 'v0.8.0'
+ rev: 'v0.12.9'
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
26
- id: ruff-format
27
- repo: https://github.com/jackdewinter/pymarkdown
28
- rev: v0.9.25
+ rev: v0.9.32
29
30
- id: pymarkdown
31
args:
0 commit comments