Skip to content

Commit 51a92c7

Browse files
[pre-commit.ci] pre-commit autoupdate (#11)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.6.9](astral-sh/ruff-pre-commit@v0.4.9...v0.6.9) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/google/yamlfmt: v0.12.1 → v0.13.0](google/yamlfmt@v0.12.1...v0.13.0)
1 parent b281743 commit 51a92c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
skip: [fmt, cargo-check]
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
exclude_types: ["jupyter"]
@@ -18,7 +18,7 @@ repos:
1818
- id: no-commit-to-branch
1919
args: [--branch=main]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.4.9
21+
rev: v0.6.9
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
@@ -27,11 +27,11 @@ repos:
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black
30-
rev: 24.4.2
30+
rev: 24.10.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.11.2
3535
hooks:
3636
- id: mypy
3737
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
4949
additional_dependencies:
5050
- tomli
5151
- repo: https://github.com/google/yamlfmt
52-
rev: v0.12.1
52+
rev: v0.13.0
5353
hooks:
5454
- id: yamlfmt
5555
- repo: https://github.com/executablebooks/mdformat

0 commit comments

Comments
 (0)