Skip to content

Commit 0471e77

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.17.0](pre-commit/mirrors-mypy@v1.8.0...v1.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.12.5](astral-sh/ruff-pre-commit@v0.2.1...v0.12.5) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v20.1.8](pre-commit/mirrors-clang-format@v17.0.6...v20.1.8)
1 parent c26a594 commit 0471e77

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.8.0
17+
rev: v1.17.0
1818
hooks:
1919
- id: mypy
2020
additional_dependencies:
@@ -25,12 +25,12 @@ repos:
2525
args: ["."]
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.2.1
28+
rev: v0.12.5
2929
hooks:
3030
- id: ruff
3131
args: [ --fix ]
3232

3333
- repo: https://github.com/pre-commit/mirrors-clang-format
34-
rev: v17.0.6
34+
rev: v20.1.8
3535
hooks:
3636
- id: clang-format

0 commit comments

Comments
 (0)