TRELLIS / .pre-commit-config.yaml
ifire's picture
Format code and change app.py.
a6bbecf
raw
history blame contribute delete
261 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black