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
- Remove `before` and `after` from the `raw` config. These are not valid
pre-commit configuration options and should not be here.
- Remove code to filter out `before` and `after` from the `raw` config.
- Expose the `id` inside the hook to make it easier to reference and
sort.
- Set `id` to the attr name of the hook, instead of the `name`. This
corrects a mistake make in the module transition (#397). Technically,
a breaking change, but we haven't seen feedback on the initial
mistake.
0 commit comments