Merge branch stable into develop

This commit is contained in:
Georg Krause 2023-09-01 14:09:58 +02:00
commit ec8dc8e09f
57 changed files with 2844 additions and 1907 deletions

View file

@ -36,14 +36,14 @@ repos:
args: [--directory=api, --check]
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py38-plus]
exclude: ^(api/.*/migrations/.*)
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
@ -58,7 +58,7 @@ repos:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.2
hooks:
- id: prettier
files: \.(md|yml|yaml|json)$