chore: update pre-commit config
Otherwise there was always a warning: ``` [WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this. ``` Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
72af3e52cb
commit
0f27bb495c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
exclude: 'node_modules|.git'
|
||||
default_stages: [commit]
|
||||
default_stages: [pre-commit]
|
||||
fail_fast: false
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue