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:
Akhil Narang 2024-11-25 13:33:46 +05:30
parent 72af3e52cb
commit 0f27bb495c
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -1,5 +1,5 @@
exclude: 'node_modules|.git'
default_stages: [commit]
default_stages: [pre-commit]
fail_fast: false