File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3838 - id : check-hooks-apply
3939 - id : check-useless-excludes
4040 - repo : https://github.com/codespell-project/codespell
41- rev : " v2.2.4 "
41+ rev : " v2.2.5 "
4242 hooks :
4343 - id : codespell
4444 args : [--ignore-words, .meta/codespell-ignores]
4848 - id : prettier
4949 args : [--config, .meta/prettierrc.yml]
5050 - repo : https://github.com/adrienverge/yamllint
51- rev : " v1.31 .0"
51+ rev : " v1.32 .0"
5252 hooks :
5353 - id : yamllint
5454 args : [-c, .meta/yamllint.yaml]
@@ -64,27 +64,27 @@ repos:
6464 - id : python-check-mock-methods
6565 - id : python-use-type-annotations
6666 - id : python-no-log-warn
67- - repo : https://github.com/asottile/reorder_python_imports
68- rev : " v3.9 .0"
67+ - repo : https://github.com/asottile/reorder-python-imports
68+ rev : " v3.10 .0"
6969 hooks :
7070 - id : reorder-python-imports
7171 args : [--py36-plus]
7272 - repo : https://github.com/asottile/add-trailing-comma
73- rev : " v2.4.0 "
73+ rev : " v2.5.1 "
7474 hooks :
7575 - id : add-trailing-comma
7676 args : [--py36-plus]
7777 - repo : https://github.com/asottile/pyupgrade
78- rev : " v3.3.2 "
78+ rev : " v3.7.0 "
7979 hooks :
8080 - id : pyupgrade
8181 args : [--py36-plus]
8282 - repo : https://github.com/asottile/yesqa
83- rev : " v1.4 .0"
83+ rev : " v1.5 .0"
8484 hooks :
8585 - id : yesqa
8686 - repo : https://github.com/pre-commit/mirrors-mypy
87- rev : " v1.2 .0"
87+ rev : " v1.3 .0"
8888 hooks :
8989 - id : mypy
9090 args : [--config-file, .meta/mypy.ini]
You can’t perform that action at this time.
0 commit comments