Skip to content

Commit 029f0eb

Browse files
pre-commit-ci[bot]fedorov
authored andcommitted
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 62a448a commit 029f0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.14.6"
43+
rev: "v0.14.7"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
@@ -53,7 +53,7 @@ repos:
5353
types_or: [c++, c, cuda]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: "v1.18.2"
56+
rev: "v1.19.0"
5757
hooks:
5858
- id: mypy
5959
files: src|tests

0 commit comments

Comments
 (0)