You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the possible value for `default_stages` is now called "pre-commit",
according to https://pre-commit.com/#pre-commit-configyaml---top-level
and the warning put out by `pre-commit==4.1.0` when using legacy
"commit":
```bash
$ pre-commit run
[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.
```
0 commit comments