Skip to content

Commit 1c48479

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [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/igorshubovych/markdownlint-cli: v0.38.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.38.0...v0.41.0)
1 parent d9abbb5 commit 1c48479

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
1616
- id: check-merge-conflict
1717
- id: check-added-large-files
1818
- repo: https://github.com/psf/black
19-
rev: 23.12.1
19+
rev: 24.4.2
2020
hooks:
2121
- id: black
2222
args: [--config=pyproject.toml]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.8.0"
28+
rev: "v1.10.0"
2929
hooks:
3030
- id: mypy
3131
- repo: https://github.com/PyCQA/docformatter
@@ -36,11 +36,11 @@ repos:
3636
- --in-place
3737
- --config=pyproject.toml
3838
- repo: https://github.com/PyCQA/autoflake
39-
rev: v2.2.1
39+
rev: v2.3.1
4040
hooks:
4141
- id: autoflake
4242
- repo: https://github.com/pycqa/flake8
43-
rev: 6.1.0
43+
rev: 7.0.0
4444
hooks:
4545
- id: flake8
4646
entry: pflake8
@@ -53,11 +53,11 @@ repos:
5353
args: ["-t=3.9-", "--violations"]
5454
# (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
5555
- repo: https://github.com/adrienverge/yamllint.git
56-
rev: v1.33.0
56+
rev: v1.35.1
5757
hooks:
5858
- id: yamllint
5959
- repo: https://github.com/igorshubovych/markdownlint-cli
60-
rev: v0.38.0
60+
rev: v0.41.0
6161
hooks:
6262
- id: markdownlint-fix
6363
- id: markdownlint

0 commit comments

Comments
 (0)