Skip to content

Commit 25b46cf

Browse files
[pre-commit.ci] pre-commit autoupdate
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.11.13 → v0.13.1](astral-sh/ruff-pre-commit@v0.11.13...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2](pre-commit/mirrors-mypy@v1.16.0...v1.18.2) - [github.com/pre-commit/mirrors-clang-format: v20.1.5 → v21.1.1](pre-commit/mirrors-clang-format@v20.1.5...v21.1.1)
1 parent 72cc7d1 commit 25b46cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -15,13 +15,13 @@ repos:
1515
- id: mixed-line-ending
1616
# Python
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.13
18+
rev: v0.13.1
1919
hooks:
2020
- id: ruff
2121
args: ["--fix"]
2222
- id: ruff-format
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: "v1.16.0"
24+
rev: "v1.18.2"
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: []
@@ -32,7 +32,7 @@ repos:
3232
types_or: [javascript, css, html, markdown, yaml]
3333
# C++
3434
- repo: https://github.com/pre-commit/mirrors-clang-format
35-
rev: v20.1.5
35+
rev: v21.1.1
3636
hooks:
3737
- id: clang-format
3838
# CMake

0 commit comments

Comments
 (0)