Skip to content

Commit d5563c1

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.12.11](astral-sh/ruff-pre-commit@v0.8.4...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.17.1](pre-commit/mirrors-mypy@v1.14.0...v1.17.1) - [github.com/pre-commit/mirrors-clang-format: v13.0.0 → v21.1.0](pre-commit/mirrors-clang-format@v13.0.0...v21.1.0)
1 parent e3b6181 commit d5563c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ci:
2323
repos:
2424
# Standard hooks
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: check-added-large-files
2929
exclude: ^imcui/third_party/
@@ -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.11"
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.1"
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: v21.1.0
8686
hooks:
8787
- id: clang-format
8888
exclude: ^imcui/third_party/

0 commit comments

Comments
 (0)