Skip to content

Commit 992da57

Browse files
committed
chore: Update pre-commit
1 parent 907afa4 commit 992da57

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
@@ -20,18 +20,18 @@ repos:
2020
- id: gitlint
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.14.0
23+
rev: v1.14.1
2424
hooks:
2525
- id: mypy
2626
exclude: ^(tests|benches)/.*$
2727
args: ["--ignore-missing-imports"]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.8.4
30+
rev: v0.8.6
3131
hooks:
3232
- id: ruff-format
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.8.4
35+
rev: v0.8.6
3636
hooks:
3737
- id: ruff

0 commit comments

Comments
 (0)