ess/.pre-commit-hooks.yaml
Adriano Caloiaro 56bb98268f
feat: migrate from 'commit' stage name to 'pre-commit'
- This is done because pre-commit 4 adds a deprecation notice about the 'commit' stage name
2024-10-10 10:50:14 -07:00

8 lines
233 B
YAML

- id: ess
name: ess - env sample sync
description: Automatically and safely synchronize .env files with env.sample
language: golang
entry: ess
always_run: true
pass_filenames: false
stages: [pre-commit]