Skip to content

Commit 1f2dbbf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.7](PyCQA/docformatter@eb1df34...v1.7.7) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/netromdk/vermin: v1.6.0 → v1.7.0](netromdk/vermin@v1.6.0...v1.7.0) - [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/igorshubovych/markdownlint-cli: v0.42.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.42.0...v0.45.0)
1 parent 2b3b3d8 commit 1f2dbbf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: ^(api_protobuf/.*|docs/protobuf_docs\.md|dhaul_openapi/messages/.*)$
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -15,21 +15,21 @@ repos:
1515
- id: fix-encoding-pragma
1616
- id: check-merge-conflict
1717
- id: check-added-large-files
18-
- repo: https://github.com/psf/black
19-
rev: 24.10.0
18+
- repo: https://github.com/psf/black-pre-commit-mirror
19+
rev: 25.11.0
2020
hooks:
2121
- id: black
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.13.0"
28+
rev: "v1.18.2"
2929
hooks:
3030
- id: mypy
3131
- repo: https://github.com/PyCQA/docformatter
32-
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
32+
rev: v1.7.7
3333
# TODO: Switch back to upstream docformatter
3434
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
3535
hooks:
@@ -42,23 +42,23 @@ repos:
4242
hooks:
4343
- id: autoflake
4444
- repo: https://github.com/pycqa/flake8
45-
rev: 7.1.1
45+
rev: 7.3.0
4646
hooks:
4747
- id: flake8
4848
entry: flake8
4949
- repo: https://github.com/netromdk/vermin
50-
rev: v1.6.0
50+
rev: v1.7.0
5151
hooks:
5252
- id: vermin
5353
# specify your target version here, OR in a Vermin config file as usual:
5454
args: ["-t=3.9-", "--violations"]
5555
# (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
5656
- repo: https://github.com/adrienverge/yamllint.git
57-
rev: v1.35.1
57+
rev: v1.37.1
5858
hooks:
5959
- id: yamllint
6060
- repo: https://github.com/igorshubovych/markdownlint-cli
61-
rev: v0.42.0
61+
rev: v0.45.0
6262
hooks:
6363
- id: markdownlint-fix
6464
- id: markdownlint

0 commit comments

Comments
 (0)