Skip to content

Commit 8bc10b2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.21.0](asottile/pyupgrade@v3.19.0...v3.21.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.7](PyCQA/docformatter@eb1df34...v1.7.7) - [github.com/executablebooks/mdformat: 0.7.19 → 1.0.0](hukkin/mdformat@0.7.19...1.0.0)
1 parent 90cf3bd commit 8bc10b2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/adrienverge/yamllint.git
3-
rev: v1.35.1
3+
rev: v1.37.1
44
hooks:
55
- id: yamllint
66
args: [-c=.yamllint.yml]
77

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

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
exclude: .bumpversion.cfg
@@ -20,30 +20,30 @@ repos:
2020
- id: check-added-large-files
2121

2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v3.1.0
23+
rev: v4.0.0
2424
hooks:
2525
- id: add-trailing-comma
2626

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

32-
- repo: https://github.com/psf/black
33-
rev: 24.10.0
32+
- repo: https://github.com/psf/black-pre-commit-mirror
33+
rev: 25.9.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.7 # 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: 1.0.0
4747
hooks:
4848
- id: mdformat
4949
name: Format markdown

0 commit comments

Comments
 (0)