Skip to content

Commit 736daf9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.22](hukkin/mdformat@0.7.19...0.7.22)
1 parent 90cf3bd commit 736daf9

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
@@ -6,7 +6,7 @@ repos:
66
args: [-c=.yamllint.yml]
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212

@@ -25,25 +25,25 @@ 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

3232
- repo: https://github.com/psf/black
33-
rev: 24.10.0
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
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.22
4747
hooks:
4848
- id: mdformat
4949
name: Format markdown

0 commit comments

Comments
 (0)