Spaces:
Running
on
Zero
Running
on
Zero
repos: | |
- repo: https://github.com/astral-sh/ruff-pre-commit | |
rev: v0.2.1 | |
hooks: | |
- id: ruff | |
exclude: ^test/ # Skip the entire "test" directory | |
args: | |
- --fix | |
- id: ruff-format | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v4.5.0 | |
hooks: | |
- id: check-merge-conflict | |
- id: check-yaml | |