We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b3d8 commit 24469e6Copy full SHA for 24469e6
.pre-commit-config.yaml
@@ -25,11 +25,11 @@ repos:
25
hooks:
26
- id: isort
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: "v1.13.0"
+ rev: "v1.14.1"
29
30
- id: mypy
31
- repo: https://github.com/PyCQA/docformatter
32
- rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
+ rev: v1.7.5
33
# TODO: Switch back to upstream docformatter
34
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
35
@@ -58,7 +58,7 @@ repos:
58
59
- id: yamllint
60
- repo: https://github.com/igorshubovych/markdownlint-cli
61
- rev: v0.42.0
+ rev: v0.43.0
62
63
- id: markdownlint-fix
64
- id: markdownlint
0 commit comments