AetherV1 / .pre-commit-config.yaml
Wenzheng Chang
aetherv1 init
19da45c
raw
history blame contribute delete
362 Bytes
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