Skip to content

Commit 9e14c16

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.42.0...v0.44.0)
1 parent 2b3b3d8 commit 9e14c16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ repos:
1616
- id: check-merge-conflict
1717
- id: check-added-large-files
1818
- repo: https://github.com/psf/black
19-
rev: 24.10.0
19+
rev: 25.1.0
2020
hooks:
2121
- id: black
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.13.0"
28+
rev: "v1.15.0"
2929
hooks:
3030
- id: mypy
3131
- repo: https://github.com/PyCQA/docformatter
32-
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
32+
rev: v1.7.5
3333
# TODO: Switch back to upstream docformatter
3434
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
3535
hooks:
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: yamllint
6060
- repo: https://github.com/igorshubovych/markdownlint-cli
61-
rev: v0.42.0
61+
rev: v0.44.0
6262
hooks:
6363
- id: markdownlint-fix
6464
- id: markdownlint

0 commit comments

Comments
 (0)