Merge branch 'stable' into develop

This commit is contained in:
Georg Krause 2023-11-16 09:46:02 +00:00
commit 7ac6447308
12 changed files with 3917 additions and 3573 deletions

View file

@ -58,13 +58,13 @@ repos:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier
files: \.(md|yml|yaml|json)$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies: [tomli]