open_phantom/.pre-commit-config.yaml
Ethan Clark 6efe7e738f remove ml-depth-pro as submodule due to its size
2025-03-24 11:43:12 -07:00

15 lines
312 B
YAML

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
files: '\.py$'
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
files: '\.py$'