modify-repos/.pre-commit-config.yaml
David Lord 0c809b1bc8
init
2025-01-10 10:09:07 -08:00

14 lines
476 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 8d1fdcef5530fb53b66bf6b717bfd2b1ffb0160d # frozen: v0.9.0
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: fix-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer