We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a175c1 commit 92e96e8Copy full SHA for 92e96e8
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,5 @@
1
repos:
2
- - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v6.0.0
+ - repo: builtin
4
hooks:
5
- id: check-added-large-files
6
- id: check-yaml
@@ -9,14 +8,14 @@ repos:
9
8
- id: trailing-whitespace
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.15.0
+ rev: v0.15.2
13
14
- id: ruff-check
15
args: [ '--fix' ]
16
- id: ruff-format
17
18
- repo: https://github.com/astral-sh/uv-pre-commit
19
- rev: 0.10.0
+ rev: 0.10.4
20
21
- id: uv-lock
22
0 commit comments