Skip to content

Commit f7d60d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.17](astral-sh/ruff-pre-commit@v0.14.14...v0.15.17) - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.5](pre-commit/mirrors-clang-format@v21.1.8...v22.1.5) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](pre-commit/mirrors-mypy@v1.18.2...v2.1.0)
1 parent 6857e47 commit f7d60d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.14.14
5+
rev: v0.15.17
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -11,7 +11,7 @@ repos:
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v21.1.8
14+
rev: v22.1.5
1515
hooks:
1616
- id: clang-format
1717
types_or: [c++, c]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: yamlfmt
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.18.2
28+
rev: v2.1.0
2929
hooks:
3030
- id: mypy
3131
args: [--strict, --ignore-missing-imports, --explicit-package-bases, --no-warn-unused-ignores, --allow-untyped-decorators, --allow-subclassing-any, --allow-untyped-call]

0 commit comments

Comments
 (0)