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-merge-conflict
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.11.0 rev: 23.12.1
hooks: hooks:
- id: black - id: black
args: [--config=pyproject.toml] args: [--config=pyproject.toml]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.12.0 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1" rev: "v1.8.0"
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/PyCQA/docformatter - repo: https://github.com/PyCQA/docformatter
@ -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.37.0 rev: v0.38.0
hooks: hooks:
- id: markdownlint-fix - id: markdownlint-fix
- id: markdownlint - id: markdownlint

Loading…
Cancel
Save