File size: 364 Bytes
50baa51 cf09f56 50baa51 cf09f56 50baa51 93cf63b cf09f56 50baa51 93cf63b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.15
hooks:
- id: ruff
|