Skip to content

Commit 76cf970

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.18.2](pre-commit/mirrors-mypy@v1.8.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.14.1](astral-sh/ruff-pre-commit@v0.2.1...v0.14.1) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v21.1.2](pre-commit/mirrors-clang-format@v17.0.6...v21.1.2)
1 parent e5777b7 commit 76cf970

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
@@ -1,7 +1,7 @@
11
exclude: ^(src/plat/imx8x/sci|include/plat/imx8x/sci)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.8.0
18+
rev: v1.18.2
1919
hooks:
2020
- id: mypy
2121
additional_dependencies:
@@ -26,12 +26,12 @@ repos:
2626
args: ["."]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.2.1
29+
rev: v0.14.1
3030
hooks:
3131
- id: ruff
3232
args: [ --fix ]
3333

3434
- repo: https://github.com/pre-commit/mirrors-clang-format
35-
rev: v17.0.6
35+
rev: v21.1.2
3636
hooks:
3737
- id: clang-format

0 commit comments

Comments
 (0)