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 01bcb07 commit 81414a3Copy full SHA for 81414a3
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: check-added-large-files
9
args: [--maxkb=25]
@@ -28,12 +28,12 @@ repos:
28
- id: python-use-type-annotations
29
- id: text-unicode-replacement-char
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.12.4
+ rev: v0.13.1
32
33
- id: ruff
34
- id: ruff-format
35
- repo: https://github.com/astral-sh/uv-pre-commit
36
- rev: 0.8.3
+ rev: 0.8.19
37
38
- id: uv-lock
39
- repo: https://github.com/executablebooks/mdformat
0 commit comments