Skip to content

Commit 6883ba0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
1 parent 2b3b3d8 commit 6883ba0

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
@@ -25,11 +25,11 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.13.0"
28+
rev: "v1.14.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.43.0
6262
hooks:
6363
- id: markdownlint-fix
6464
- id: markdownlint

0 commit comments

Comments
 (0)