mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
279 B
YAML
8 lines
279 B
YAML
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
|