[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v4.4.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.2.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.2.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.6.3](https://github.com/PyCQA/docformatter/compare/v1.5.1...v1.6.3)
- [github.com/PyCQA/autoflake: v2.0.1 → v2.1.1](https://github.com/PyCQA/autoflake/compare/v2.0.1...v2.1.1)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.31.0)
pull/31/head
pre-commit-ci[bot] 2 years ago committed by GitHub
parent 1cb82031d1
commit 284faeb44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
exclude: ^(api_protobuf/.*|docs/protobuf_docs\.md|dhaul_openapi/messages/.*)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
@ -16,7 +16,7 @@ repos:
- id: check-merge-conflict
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
args: [--config=pyproject.toml]
@ -25,18 +25,18 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.0.1"
rev: "v1.2.0"
hooks:
- id: mypy
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.3
hooks:
- id: docformatter
args:
- --in-place
- --config=pyproject.toml
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.1
rev: v2.1.1
hooks:
- id: autoflake
- repo: https://github.com/pycqa/flake8
@ -53,7 +53,7 @@ repos:
args: ["-t=3.9-", "--violations"]
# (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.31.0
hooks:
- id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli

Loading…
Cancel
Save