Skip to content

Commit ba51daf

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 → 26.3.1](psf/black-pre-commit-mirror@24.10.0...26.3.1) - [github.com/PyCQA/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.19.1](pre-commit/mirrors-mypy@v1.13.0...v1.19.1) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.7](PyCQA/docformatter@eb1df34...v1.7.7) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [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.8.0](netromdk/vermin@v1.6.0...v1.8.0) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.38.0) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.42.0...v0.48.0)
1 parent 2b3b3d8 commit ba51daf

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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: 26.3.1
2020
hooks:
2121
- id: black
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 8.0.1
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.13.0"
28+
rev: "v1.19.1"
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:
@@ -38,27 +38,27 @@ repos:
3838
- --in-place
3939
- --config=pyproject.toml
4040
- repo: https://github.com/PyCQA/autoflake
41-
rev: v2.3.1
41+
rev: v2.3.3
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.8.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.38.0
5858
hooks:
5959
- id: yamllint
6060
- repo: https://github.com/igorshubovych/markdownlint-cli
61-
rev: v0.42.0
61+
rev: v0.48.0
6262
hooks:
6363
- id: markdownlint-fix
6464
- id: markdownlint

0 commit comments

Comments
 (0)