Skip to content

Commit 49ce6dd

Browse files
committed
chore: Update pre-commit
1 parent 701702b commit 49ce6dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -20,18 +20,18 @@ repos:
2020
- id: gitlint
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.17.0
23+
rev: v1.17.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.12.5
30+
rev: v0.12.8
3131
hooks:
3232
- id: ruff-format
3333

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

0 commit comments

Comments
 (0)