InvokeAI/.pre-commit-config.yaml
2023-07-27 10:53:27 -04:00

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]