sd-image-gen-toolkit / .pre-commit-config.yaml
SanskarModi's picture
initial commit
35862c8
raw
history blame contribute delete
308 Bytes
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3
args: ["--line-length=100"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format