1
0
forked from 0ad/0ad
0ad/.pre-commit-config.yaml

16 lines
350 B
YAML
Raw Normal View History

---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
hooks:
- id: ruff
args:
- --output-format=full
exclude: ^source/tools/webservices/
- id: ruff-format
args:
- --check
- --target-version
- py311
exclude: ^source/tools/webservices/