Skip to content

Commit 7c4d240

Browse files
committed
update pre-commit
1 parent 42352ae commit 7c4d240

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
@@ -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.4
21+
rev: v0.11.12
2222
hooks:
23-
- id: ruff
23+
- id: ruff-check
2424
- id: ruff-format
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.15.0
26+
rev: v1.16.0
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.16.0
44+
rev: v0.17.0
4545
hooks:
4646
- id: yamlfmt
4747
- repo: https://github.com/executablebooks/mdformat

0 commit comments

Comments
 (0)