Skip to content

Commit a90b78e

Browse files
committed
chore: Update pre-commit
1 parent 33c1e0c commit a90b78e

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

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

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

0 commit comments

Comments
 (0)