Files
latch/lefthook.yml
2026-04-26 23:23:59 +03:00

11 lines
218 B
YAML

pre-commit:
parallel: true
commands:
lint:
glob: "*.php"
run: vendor/bin/phpstan analyse --no-progress
fix:
glob: "*.php"
run: vendor/bin/pint {staged_files}
stage_fixed: true