Skip to content

Commit f213639

Browse files
committed
CI: Update ruff & mypy pre-commit hooks
1 parent 9ee1873 commit f213639

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
@@ -37,7 +37,7 @@ repos:
3737
stages: [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.8.4
40+
rev: v0.9.4
4141
hooks:
4242
- id: ruff
4343
args: [--fix]
@@ -48,7 +48,7 @@ repos:
4848
types_or: [text]
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.13.0
51+
rev: v1.14.1
5252
hooks:
5353
- id: mypy
5454
files: \.py$

0 commit comments

Comments
 (0)