File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,21 @@ default_language_version:
6
6
repos :
7
7
# Generic file checks and fixes
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.6 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : end-of-file-fixer
12
12
- id : file-contents-sorter
13
13
files : ^requirements\.in$
14
14
# Specific checks and fixes for different file types
15
15
- repo : https://github.com/markdownlint/markdownlint
16
- rev : v0.13 .0
16
+ rev : v0.12 .0
17
17
hooks :
18
18
- id : markdownlint
19
19
args :
20
20
- -r
21
21
- ~MD013
22
22
- repo : https://github.com/pre-commit/pre-commit-hooks
23
- rev : v4.6 .0
23
+ rev : v5.0 .0
24
24
hooks :
25
25
- id : check-toml
26
26
- repo : https://github.com/adrienverge/yamllint
43
43
hooks :
44
44
- id : pyupgrade
45
45
- repo : https://github.com/astral-sh/ruff-pre-commit
46
- rev : v0.6.8
46
+ rev : v0.6.9
47
47
hooks :
48
48
- id : ruff
49
49
args :
@@ -60,15 +60,15 @@ repos:
60
60
- --ignore=B6
61
61
- --msg-filename
62
62
- repo : https://github.com/pre-commit/pre-commit-hooks
63
- rev : v4.6 .0
63
+ rev : v5.0 .0
64
64
hooks :
65
65
- id : no-commit-to-branch
66
66
args :
67
67
- --branch
68
68
- main
69
69
# Dependency management
70
70
- repo : https://github.com/astral-sh/uv-pre-commit
71
- rev : 0.4.17
71
+ rev : 0.4.18
72
72
hooks :
73
73
- id : pip-compile
74
74
args :
You can’t perform that action at this time.
0 commit comments