mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 02:09:48 +00:00
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:
parent
c159867064
commit
56bb98268f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@
|
|||
entry: ess
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
|
|
|||
Loading…
Reference in a new issue