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 1515repos :
1616# Standard hooks
1717- repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : " v4.2 .0"
18+ rev : " v4.3 .0"
1919 hooks :
2020 - id : check-added-large-files
2121 - id : check-case-conflict
3232
3333# Upgrade old Python syntax
3434- repo : https://github.com/asottile/pyupgrade
35- rev : " v2.33 .0"
35+ rev : " v2.34 .0"
3636 hooks :
3737 - id : pyupgrade
3838 args : [--py36-plus]
@@ -123,7 +123,7 @@ repos:
123123
124124# Check static types with mypy
125125- repo : https://github.com/pre-commit/mirrors-mypy
126- rev : " v0.960 "
126+ rev : " v0.961 "
127127 hooks :
128128 - id : mypy
129129 args : []
@@ -164,7 +164,7 @@ repos:
164164
165165# Clang format the codebase automatically
166166- repo : https://github.com/pre-commit/mirrors-clang-format
167- rev : " v14.0.3 "
167+ rev : " v14.0.4-1 "
168168 hooks :
169169 - id : clang-format
170170 types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments