File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
- - repo : https://github.com/charliermarsh /ruff-pre-commit
4
- rev : " v0.0.261 "
3
+ - repo : https://github.com/astral-sh /ruff-pre-commit
4
+ rev : " v0.11.7 "
5
5
hooks :
6
6
- id : ruff
7
7
args :
8
8
- " --fix"
9
9
- " --exit-non-zero-on-fix"
10
10
11
11
- repo : https://github.com/pre-commit/mirrors-prettier
12
- rev : " v3 .0.0-alpha.6 "
12
+ rev : " v4 .0.0-alpha.8 "
13
13
hooks :
14
14
- id : prettier
15
15
additional_dependencies :
16
16
- prettier
17
17
- prettier-plugin-toml
18
18
19
19
- repo : https://github.com/psf/black
20
- rev : 23.3 .0
20
+ rev : 25.1 .0
21
21
hooks :
22
22
- id : black
23
23
24
24
- repo : https://github.com/streetsidesoftware/cspell-cli
25
- rev : v6.31 .0
25
+ rev : v8.19 .0
26
26
hooks :
27
27
- id : cspell
28
28
name : Spell check with cspell
29
29
30
30
- repo : https://github.com/Lucas-C/pre-commit-hooks
31
- rev : v1.4.2
31
+ rev : v1.5.5
32
32
hooks :
33
33
- id : remove-tabs
34
34
35
35
- repo : https://github.com/pre-commit/pre-commit-hooks
36
- rev : v4.4 .0
36
+ rev : v5.0 .0
37
37
hooks :
38
38
- id : check-merge-conflict
39
39
- id : check-symlinks
@@ -44,12 +44,12 @@ repos:
44
44
- id : trailing-whitespace
45
45
46
46
- repo : https://github.com/codespell-project/codespell
47
- rev : v2.2.4
47
+ rev : v2.4.1
48
48
hooks :
49
49
- id : codespell
50
50
51
51
- repo : https://github.com/adrienverge/yamllint
52
- rev : v1.30 .0
52
+ rev : v1.37 .0
53
53
hooks :
54
54
- id : yamllint
55
55
args :
62
62
- id : darglint
63
63
64
64
- repo : https://github.com/pycqa/pylint
65
- rev : v2.17.1
65
+ rev : v3.3.6
66
66
hooks :
67
67
- id : pylint
68
68
additional_dependencies :
You can’t perform that action at this time.
0 commit comments