Skip to content

Commit a28316c

Browse files
committed
Merge pull request #102246 from Chubercik/ci/bump-ruff-mypy
Update CI `ruff` & `mypy` pre-commit hooks
2 parents 95bd49d + f213639 commit a28316c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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)