Update deps, makefile and compose config
All checks were successful
release-nightly / release-image (push) Successful in 18m52s

This commit was merged in pull request #8.
This commit is contained in:
2023-09-24 21:20:37 +02:00
parent 82f3f33478
commit 89613e7b2a
5 changed files with 24 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0 # add version here
rev: 1.6.0 # add version here
hooks:
- id: poetry-check
- id: poetry-lock
@@ -23,6 +23,6 @@ repos:
"--without-hashes",
]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black