arcade-mcp/toolkits/pylon_api/.pre-commit-config.yaml
jottakka 0247c2561b
[MOAR][Pylon] Pylon Starter Toolkit (#658)
Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-10-28 15:17:11 -03:00

20 lines
561 B
YAML

files: ^(pylon_api/|tests/|pyproject\.toml|Makefile)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
exclude: ^pylon_api/tools/__init__\.py$
- id: trailing-whitespace
exclude: ^pylon_api/tools/__init__\.py$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
hooks:
- id: ruff
args: [--fix]
- id: ruff-format