Skip to content

Commit 27a420b

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 β†’ v0.12.5](astral-sh/ruff-pre-commit@v0.8.4...v0.12.5) - [github.com/pre-commit/mirrors-mypy: v1.14.0 β†’ v1.17.0](pre-commit/mirrors-mypy@v1.14.0...v1.17.0) - [github.com/pre-commit/mirrors-clang-format: v13.0.0 β†’ v20.1.8](pre-commit/mirrors-clang-format@v13.0.0...v20.1.8)
1 parent 1f516c9 commit 27a420b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
exclude: ^imcui/third_party/
4848

4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: "v0.8.4"
50+
rev: "v0.12.5"
5151
hooks:
5252
- id: ruff
5353
args: ["--fix", "--show-fixes", "--extend-ignore=E402"]
@@ -56,7 +56,7 @@ repos:
5656

5757
# Checking static types
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: "v1.14.0"
59+
rev: "v1.17.0"
6060
hooks:
6161
- id: mypy
6262
files: "setup.py"
@@ -82,7 +82,7 @@ repos:
8282

8383
# Suggested hook if you add a .clang-format file
8484
- repo: https://github.com/pre-commit/mirrors-clang-format
85-
rev: v13.0.0
85+
rev: v20.1.8
8686
hooks:
8787
- id: clang-format
8888
exclude: ^imcui/third_party/

0 commit comments

Comments
Β (0)