Skip to content

Commit 7372b18

Browse files
committed
chore: Update pre-commit
1 parent cff9dc6 commit 7372b18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ repos:
2525
- id: yamllint
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.18.2
28+
rev: v1.19.1
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.14.4
35+
rev: v0.14.10
3636
hooks:
3737
- id: ruff-format
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.14.4
40+
rev: v0.14.10
4141
hooks:
4242
- id: ruff

0 commit comments

Comments
 (0)