File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
- id : add-trailing-comma
86
86
args : [--py36-plus]
87
87
- repo : https://github.com/asottile/pyupgrade
88
- rev : " v3.16 .0"
88
+ rev : " v3.17 .0"
89
89
hooks :
90
90
- id : pyupgrade
91
91
args : [--py36-plus]
@@ -95,17 +95,17 @@ repos:
95
95
- id : yesqa
96
96
additional_dependencies : [pep8-naming]
97
97
- repo : https://github.com/pre-commit/mirrors-mypy
98
- rev : " v1.10 .1"
98
+ rev : " v1.11 .1"
99
99
hooks :
100
100
- id : mypy
101
101
args : [--config-file, .meta/mypy.ini]
102
102
- repo : https://github.com/psf/black
103
- rev : " 24.4.2 "
103
+ rev : " 24.8.0 "
104
104
hooks :
105
105
- id : black
106
106
language_version : python38
107
107
- repo : https://github.com/PyCQA/flake8
108
- rev : " 7.1.0 "
108
+ rev : " 7.1.1 "
109
109
hooks :
110
110
- id : flake8
111
111
additional_dependencies :
You can’t perform that action at this time.
0 commit comments