Files
decluttarr/.pre-commit-config.yaml
2024-09-15 18:30:34 +02:00

11 lines
177 B
YAML

repos:
- repo: local
hooks:
- id: black
name: black
entry: venv/bin/black --config pyproject.toml
language: system
types: [python]