dograh/ui/.pre-commit-config.yaml

9 lines
279 B
YAML
Raw Permalink Normal View History

2025-09-09 14:37:32 +05:30
repos:
- repo: local
hooks:
- id: format-and-lint
name: "Run Ruff + ESLint autofix"
entry: ./scripts/pre_commit.sh
language: script # runs in your shell, cross-platform
pass_filenames: false # we run the script once, not per-file