Skip to content

Commit f320687

Browse files
[pre-commit.ci] pre-commit autoupdate (#26)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/google/yamlfmt: v0.13.0 → v0.14.0](google/yamlfmt@v0.13.0...v0.14.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) * update pre-commit --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: niklasmueboe <[email protected]>
1 parent 4cac2fc commit f320687

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ repos:
1818
- id: no-commit-to-branch
1919
args: [--branch=main]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.6.9
21+
rev: v0.9.6
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.2
26+
rev: 6.0.0
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black
30-
rev: 24.10.0
30+
rev: 25.1.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.11.2
34+
rev: v1.15.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies:
@@ -42,17 +42,17 @@ repos:
4242
- id: fmt
4343
- id: cargo-check
4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
exclude_types: ["jupyter", "tsv"]
4949
additional_dependencies:
5050
- tomli
5151
- repo: https://github.com/google/yamlfmt
52-
rev: v0.13.0
52+
rev: v0.16.0
5353
hooks:
5454
- id: yamlfmt
5555
- repo: https://github.com/executablebooks/mdformat
56-
rev: 0.7.17
56+
rev: 0.7.22
5757
hooks:
5858
- id: mdformat

0 commit comments

Comments
 (0)