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
6
- id : check-useless-excludes
7
7
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 : check-added-large-files
12
12
- id : check-case-conflict
@@ -25,14 +25,14 @@ repos:
25
25
- id : remove-tabs
26
26
27
27
- repo : https://github.com/PyCQA/doc8/
28
- rev : v1.1.1
28
+ rev : v1.1.2
29
29
hooks :
30
30
- id : doc8
31
31
require_serial : false
32
32
additional_dependencies : [tomli]
33
33
34
34
- repo : https://github.com/codespell-project/codespell
35
- rev : v2.3.0
35
+ rev : v2.4.1
36
36
hooks :
37
37
- id : codespell
38
38
files : .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
@@ -46,19 +46,19 @@ repos:
46
46
args : [-x, --severity=info]
47
47
48
48
- repo : https://github.com/adrienverge/yamllint.git
49
- rev : v1.35 .1
49
+ rev : v1.37 .1
50
50
hooks :
51
51
- id : yamllint
52
52
53
53
- repo : https://github.com/asottile/blacken-docs
54
- rev : 1.16.0
54
+ rev : 1.19.1
55
55
hooks :
56
56
- id : blacken-docs
57
57
args : [-S, -l, '120']
58
58
additional_dependencies : [black==22.12.0]
59
59
60
60
- repo : https://github.com/astral-sh/ruff-pre-commit
61
- rev : v0.4.7
61
+ rev : v0.11.10
62
62
hooks :
63
63
- id : ruff-format
64
64
name : ruff (format)
You can’t perform that action at this time.
0 commit comments