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 @@ -7,7 +7,7 @@ default_language_version:
77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : " v4.4 .0"
10+ rev : " v4.5 .0"
1111 hooks :
1212 # General
1313 - id : check-added-large-files
3838 - id : check-hooks-apply
3939 - id : check-useless-excludes
4040 - repo : https://github.com/codespell-project/codespell
41- rev : " v2.2.5 "
41+ rev : " v2.2.6 "
4242 hooks :
4343 - id : codespell
4444 args : [--ignore-words, .meta/codespell-ignores]
6565 - id : python-use-type-annotations
6666 - id : python-no-log-warn
6767 - repo : https://github.com/asottile/reorder-python-imports
68- rev : " v3.11 .0"
68+ rev : " v3.12 .0"
6969 hooks :
7070 - id : reorder-python-imports
7171 args : [--py36-plus]
7575 - id : add-trailing-comma
7676 args : [--py36-plus]
7777 - repo : https://github.com/asottile/pyupgrade
78- rev : " v3.13 .0"
78+ rev : " v3.15 .0"
7979 hooks :
8080 - id : pyupgrade
8181 args : [--py36-plus]
You can’t perform that action at this time.
0 commit comments