Merge branch 'main' into feature/data-extraktion

This commit is contained in:
TrisNol
2023-07-11 14:35:20 +02:00
3 changed files with 481 additions and 352 deletions

View File

@@ -25,7 +25,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.270
rev: v0.0.277
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -52,7 +52,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
@@ -66,7 +66,7 @@ repos:
- id: md-toc
- repo: https://github.com/python-poetry/poetry
rev: '1.4'
rev: 1.5.0
hooks:
- id: poetry-check