Skip to content

Commit 00e1ece

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/google/yamlfmt: v0.17.0 → v0.17.2](google/yamlfmt@v0.17.0...v0.17.2)
1 parent 5ade8cc commit 00e1ece

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
@@ -18,12 +18,12 @@ repos:
1818
- id: no-commit-to-branch
1919
args: [--branch=main]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.11.12
21+
rev: v0.12.2
2222
hooks:
2323
- id: ruff-check
2424
- id: ruff-format
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.16.0
26+
rev: v1.16.1
2727
hooks:
2828
- id: mypy
2929
additional_dependencies:
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies:
4242
- tomli
4343
- repo: https://github.com/google/yamlfmt
44-
rev: v0.17.0
44+
rev: v0.17.2
4545
hooks:
4646
- id: yamlfmt
4747
- repo: https://github.com/executablebooks/mdformat

0 commit comments

Comments
 (0)