We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5777b7 commit 1c1ccc5Copy full SHA for 1c1ccc5
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^(src/plat/imx8x/sci|include/plat/imx8x/sci)
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.5.0
+ rev: v6.0.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace
16
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v1.8.0
+ rev: v1.18.2
19
20
- id: mypy
21
additional_dependencies:
@@ -26,12 +26,12 @@ repos:
26
args: ["."]
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.2.1
+ rev: v0.14.4
30
31
- id: ruff
32
args: [ --fix ]
33
34
- repo: https://github.com/pre-commit/mirrors-clang-format
35
- rev: v17.0.6
+ rev: v21.1.5
36
37
- id: clang-format
0 commit comments