This commit is contained in:
2023-02-28 22:51:08 +01:00
parent fb5bf41f9a
commit e78fd7df13
5 changed files with 7 additions and 6 deletions

View File

@@ -15,3 +15,7 @@ repos:
- id: poetry-lock
- id: poetry-export
args: ["-f", "requirements.txt", "-o", "requirements.txt"]
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black