Periodic Rescans Added (New Feature)

This commit is contained in:
Benjamin Harder
2024-09-14 13:32:54 +02:00
parent c7e5c0e374
commit 34fcff4de8
21 changed files with 472 additions and 253 deletions

View File

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