File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_language_version:
7
7
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : " v4.5 .0"
10
+ rev : " v4.6 .0"
11
11
hooks :
12
12
# General
13
13
- id : check-added-large-files
38
38
- id : check-hooks-apply
39
39
- id : check-useless-excludes
40
40
- repo : https://github.com/codespell-project/codespell
41
- rev : " v2.2.6 "
41
+ rev : " v2.3.0 "
42
42
hooks :
43
43
- id : codespell
44
44
args : [--ignore-words, .meta/codespell-ignores]
48
48
- id : prettier
49
49
args : [--config, .meta/prettierrc.yml]
50
50
- repo : https://github.com/adrienverge/yamllint
51
- rev : " v1.33.0 "
51
+ rev : " v1.35.1 "
52
52
hooks :
53
53
- id : yamllint
54
54
args : [-c, .meta/yamllint.yaml]
65
65
- id : python-use-type-annotations
66
66
- id : python-no-log-warn
67
67
- repo : https://github.com/asottile/reorder-python-imports
68
- rev : " v3.12 .0"
68
+ rev : " v3.13 .0"
69
69
hooks :
70
70
- id : reorder-python-imports
71
71
args : [--py36-plus]
75
75
- id : add-trailing-comma
76
76
args : [--py36-plus]
77
77
- repo : https://github.com/asottile/pyupgrade
78
- rev : " v3.15 .0"
78
+ rev : " v3.17 .0"
79
79
hooks :
80
80
- id : pyupgrade
81
81
args : [--py36-plus]
@@ -84,17 +84,17 @@ repos:
84
84
hooks :
85
85
- id : yesqa
86
86
- repo : https://github.com/pre-commit/mirrors-mypy
87
- rev : " v1.8.0 "
87
+ rev : " v1.11.1 "
88
88
hooks :
89
89
- id : mypy
90
90
args : [--config-file, .meta/mypy.ini]
91
91
- repo : https://github.com/psf/black
92
- rev : " 24.1.1 "
92
+ rev : " 24.8.0 "
93
93
hooks :
94
94
- id : black
95
95
language_version : python38
96
96
- repo : https://github.com/PyCQA/flake8
97
- rev : " 7.0.0 "
97
+ rev : " 7.1.1 "
98
98
hooks :
99
99
- id : flake8
100
100
additional_dependencies :
You can’t perform that action at this time.
0 commit comments