Skip to content

Commit 0d25988

Browse files
committed
chore: Update prek
1 parent 9d72447 commit 0d25988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: v2.1.0
28+
rev: v2.2.0
2929
hooks:
3030
- id: mypy
3131
exclude: ^(docs/|test/|benchmarks/).*$
3232
args: ["--ignore-missing-imports"]
3333

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

0 commit comments

Comments
 (0)