mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 04:53:58 +02:00
11 lines
177 B
YAML
11 lines
177 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: black
|
|
name: black
|
|
entry: venv/bin/black --config pyproject.toml
|
|
language: system
|
|
types: [python]
|
|
|
|
|