[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1)
- [github.com/PyCQA/docformatter: v1.7.2 → v1.7.3](https://github.com/PyCQA/docformatter/compare/v1.7.2...v1.7.3)
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.0)
- [github.com/netromdk/vermin: v1.5.1 → v1.5.2](https://github.com/netromdk/vermin/compare/v1.5.1...v1.5.2)
- [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.35.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.34.0...v0.35.0)
pull/62/head
pre-commit-ci[bot] 1 year ago committed by GitHub
parent 80066c037c
commit 8de3b32d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,18 +25,18 @@ repos:
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.3.0" rev: "v1.4.1"
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/PyCQA/docformatter - repo: https://github.com/PyCQA/docformatter
rev: v1.7.2 rev: v1.7.3
hooks: hooks:
- id: docformatter - id: docformatter
args: args:
- --in-place - --in-place
- --config=pyproject.toml - --config=pyproject.toml
- repo: https://github.com/PyCQA/autoflake - repo: https://github.com/PyCQA/autoflake
rev: v2.1.1 rev: v2.2.0
hooks: hooks:
- id: autoflake - id: autoflake
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
@ -46,7 +46,7 @@ repos:
entry: pflake8 entry: pflake8
additional_dependencies: [pyproject-flake8] additional_dependencies: [pyproject-flake8]
- repo: https://github.com/netromdk/vermin - repo: https://github.com/netromdk/vermin
rev: v1.5.1 rev: v1.5.2
hooks: hooks:
- id: vermin - id: vermin
# specify your target version here, OR in a Vermin config file as usual: # specify your target version here, OR in a Vermin config file as usual:
@ -57,7 +57,7 @@ repos:
hooks: hooks:
- id: yamllint - id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0 rev: v0.35.0
hooks: hooks:
- id: markdownlint-fix - id: markdownlint-fix
- id: markdownlint - id: markdownlint

Loading…
Cancel
Save