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