Skip to content

Commit 91d3665

Browse files
committed
chore: Update prek
1 parent 8c4f051 commit 91d3665

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
@@ -25,14 +25,14 @@ repos:
2525
- id: yamllint
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.19.1
28+
rev: v1.20.0
2929
hooks:
3030
- id: mypy
3131
exclude: ^(docs/|test/).*$
3232
args: ["--ignore-missing-imports"]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.15.7
35+
rev: v0.15.9
3636
hooks:
3737
- id: ruff-format
3838
- id: ruff-check

0 commit comments

Comments
 (0)