mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 01:53:58 +02:00
Added black as pre-commit and applied it.
This commit is contained in:
11
.pre-commit-config.yaml
Normal file
11
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: black
|
||||
name: black
|
||||
entry: venv/bin/black
|
||||
language: system
|
||||
types: [python]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user