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,12 +43,12 @@ repos:
4343 - id : codespell
4444 args : [--ignore-words, .meta/codespell-ignores]
4545 - repo : https://github.com/pre-commit/mirrors-prettier
46- rev : " v3.0.3 "
46+ rev : " v3.1.0 "
4747 hooks :
4848 - id : prettier
4949 args : [--config, .meta/prettierrc.yml]
5050 - repo : https://github.com/adrienverge/yamllint
51- rev : " v1.32 .0"
51+ rev : " v1.33 .0"
5252 hooks :
5353 - id : yamllint
5454 args : [-c, .meta/yamllint.yaml]
@@ -84,12 +84,12 @@ repos:
8484 hooks :
8585 - id : yesqa
8686 - repo : https://github.com/pre-commit/mirrors-mypy
87- rev : " v1.6.1 "
87+ rev : " v1.7.0 "
8888 hooks :
8989 - id : mypy
9090 args : [--config-file, .meta/mypy.ini]
9191 - repo : https://github.com/psf/black
92- rev : " 23.10.1 "
92+ rev : " 23.11.0 "
9393 hooks :
9494 - id : black
9595 language_version : python38
You can’t perform that action at this time.
0 commit comments