File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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
@@ -30,14 +30,14 @@ repos:
30
30
- id : remove-tabs
31
31
32
32
- repo : https://github.com/PyCQA/doc8/
33
- rev : v1.1.1
33
+ rev : v1.1.2
34
34
hooks :
35
35
- id : doc8
36
36
require_serial : false
37
37
additional_dependencies : [tomli]
38
38
39
39
- repo : https://github.com/codespell-project/codespell
40
- rev : v2.3.0
40
+ rev : v2.4.1
41
41
hooks :
42
42
- id : codespell
43
43
files : .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
@@ -49,14 +49,14 @@ repos:
49
49
- id : yamllint
50
50
51
51
- repo : https://github.com/asottile/blacken-docs
52
- rev : 1.16.0
52
+ rev : 1.19.1
53
53
hooks :
54
54
- id : blacken-docs
55
55
args : [-S, -l, '120']
56
56
additional_dependencies : [black==23.3.0]
57
57
58
58
- repo : https://github.com/astral-sh/ruff-pre-commit
59
- rev : v0.4.7
59
+ rev : v0.9.9
60
60
hooks :
61
61
- id : ruff-format
62
62
name : ruff (format)
You can’t perform that action at this time.
0 commit comments