Skip to content

Commit bf3d4ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0) - [github.com/psf/black: 23.11.0 → 24.10.0](psf/black@23.11.0...24.10.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18)
1 parent 183fc8a commit bf3d4ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.33.0
3+
rev: v1.35.1
44
hooks:
55
- id: yamllint
66
args: [-c=.yamllint.yml]
77

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

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
exclude: .bumpversion.cfg
@@ -25,12 +25,12 @@ repos:
2525
- id: add-trailing-comma
2626

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

3232
- repo: https://github.com/psf/black
33-
rev: 23.11.0
33+
rev: 24.10.0
3434
hooks:
3535
- id: black
3636
args: ["--safe"]
@@ -43,7 +43,7 @@ repos:
4343
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "80", --blank]
4444

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

0 commit comments

Comments
 (0)