File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
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]
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.15.2 "
79
79
hooks :
80
80
- id : pyupgrade
81
81
args : [--py36-plus]
@@ -84,12 +84,12 @@ 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.9 .0"
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.3.0 "
93
93
hooks :
94
94
- id : black
95
95
language_version : python38
You can’t perform that action at this time.
0 commit comments