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 43
43
- id : codespell
44
44
args : [--ignore-words, .meta/codespell-ignores]
45
45
- repo : https://github.com/pre-commit/mirrors-prettier
46
- rev : " v4.0.0-alpha.4 "
46
+ rev : " v4.0.0-alpha.8 "
47
47
hooks :
48
48
- id : prettier
49
49
args : [--config, .meta/prettierrc.yml]
@@ -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.7.1 "
87
+ rev : " v1.8.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 : " 23.11.0 "
92
+ rev : " 24.1.1 "
93
93
hooks :
94
94
- id : black
95
95
language_version : python38
96
96
- repo : https://github.com/PyCQA/flake8
97
- rev : " 6.1 .0"
97
+ rev : " 7.0 .0"
98
98
hooks :
99
99
- id : flake8
100
100
additional_dependencies :
You can’t perform that action at this time.
0 commit comments