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
This commit is contained in:
Adriano Caloiaro 2024-10-10 10:50:06 -07:00
parent c159867064
commit 56bb98268f
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -5,4 +5,4 @@
entry: ess
always_run: true
pass_filenames: false
stages: [commit]
stages: [pre-commit]