Skip to content

Commit d58a0a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21)
1 parent fa6f240 commit d58a0a6

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,7 +25,7 @@ repos:
2525
- id: add-trailing-comma
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.19.0
28+
rev: v3.19.1
2929
hooks:
3030
- id: pyupgrade
3131

@@ -36,14 +36,14 @@ repos:
3636
args: ["--safe"]
3737

3838
- repo: https://github.com/PyCQA/docformatter
39-
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 # v1.7.5
39+
rev: v1.7.5 # v1.7.5
4040
hooks:
4141
- id: docformatter
4242
name: Format docstring
4343
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "80", --blank]
4444

4545
- repo: https://github.com/executablebooks/mdformat
46-
rev: 0.7.19
46+
rev: 0.7.21
4747
hooks:
4848
- id: mdformat
4949
name: Format markdown

0 commit comments

Comments
 (0)