Version updates (#69)

Version ups for poetry and pre-commit to keep them in sync with the
pipline.
This commit is contained in:
Philipp Horstenkamp 2023-08-31 16:57:09 +02:00 committed by GitHub
parent 06e59b8061
commit 69039706ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 442 additions and 407 deletions

View File

@ -26,7 +26,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.284
rev: v0.0.286
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -53,7 +53,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
@ -68,7 +68,7 @@ repos:
- id: md-toc
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.6.0
hooks:
- id: poetry-check
@ -78,6 +78,6 @@ repos:
- id: validate-html
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
rev: 0.26.3
hooks:
- id: check-github-workflows

841
poetry.lock generated

File diff suppressed because it is too large Load Diff