Spaces:
Sleeping
Sleeping
File size: 330 Bytes
55b705b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
hooks:
- id: ruff
- id: ruff-format
|