Merge pull request #111 from alufers/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
pull/114/head
Albert Koczy 11 months ago committed by GitHub
commit 7fa5fc9f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,16 +16,16 @@ repos:
- id: check-merge-conflict
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
args: [--config=pyproject.toml]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1"
rev: "v1.8.0"
hooks:
- id: mypy
- repo: https://github.com/PyCQA/docformatter
@ -57,7 +57,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint-fix
- id: markdownlint

Loading…
Cancel
Save