Update pre-commit hooks (#432)

Update versions of pre-commit hooks to latest version.

Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-25 12:15:05 +01:00
committed by GitHub
parent 4e83c83374
commit 3ed756c8e8

View File

@ -63,7 +63,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0 rev: v1.7.1
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: additional_dependencies:
@ -97,7 +97,7 @@ repos:
- id: validate-html - id: validate-html
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1 rev: 0.27.2
hooks: hooks:
- id: check-github-workflows - id: check-github-workflows