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:
77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : " v4.5 .0"
10+ rev : " v4.6 .0"
1111 hooks :
1212 # General
1313 - id : check-added-large-files
4848 - id : prettier
4949 args : [--config, .meta/prettierrc.yml]
5050 - repo : https://github.com/adrienverge/yamllint
51- rev : " v1.33.0 "
51+ rev : " v1.35.1 "
5252 hooks :
5353 - id : yamllint
5454 args : [-c, .meta/yamllint.yaml]
7575 - id : add-trailing-comma
7676 args : [--py36-plus]
7777 - repo : https://github.com/asottile/pyupgrade
78- rev : " v3.15.0 "
78+ rev : " v3.15.2 "
7979 hooks :
8080 - id : pyupgrade
8181 args : [--py36-plus]
@@ -84,12 +84,12 @@ repos:
8484 hooks :
8585 - id : yesqa
8686 - repo : https://github.com/pre-commit/mirrors-mypy
87- rev : " v1.8 .0"
87+ rev : " v1.9 .0"
8888 hooks :
8989 - id : mypy
9090 args : [--config-file, .meta/mypy.ini]
9191 - repo : https://github.com/psf/black
92- rev : " 24.1.1 "
92+ rev : " 24.3.0 "
9393 hooks :
9494 - id : black
9595 language_version : python38
You can’t perform that action at this time.
0 commit comments