Fix black formatting

This commit is contained in:
Benjamin Harder
2024-09-15 18:55:22 +02:00
parent b8285ed62c
commit 514411afe7
4 changed files with 5 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ repos:
hooks:
- id: black
name: black
entry: venv/bin/black --config pyproject.toml
entry: venv/bin/black
language: system
types: [python]