mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-09 04:18:46 +08:00
11 lines
190 B
YAML
11 lines
190 B
YAML
# See https://pre-commit.com/ for usage and config
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: black
|
|
name: black
|
|
stages: [commit]
|
|
language: system
|
|
entry: black
|
|
types: [python]
|