open_phantom/.pre-commit-config.yaml

15 lines
312 B
YAML
Raw Normal View History

2025-03-21 17:00:58 -07:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
2025-03-21 17:00:58 -07:00
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
files: '\.py$'
2025-03-21 17:00:58 -07:00
- repo: https://github.com/psf/black
rev: 22.10.0
2025-03-21 17:00:58 -07:00
hooks:
- id: black
files: '\.py$'