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
Pre-commit helps to keep repos in good shape by ensuring a set of rules. It is usually installed as a git hook, and automatically run before a commit happens. It can also be run as CI, helping to ensure PRs look good.
Goal
Keep the repo in good shape via pre-commit
Context
Pre-commit helps to keep repos in good shape by ensuring a set of rules. It is usually installed as a git hook, and automatically run before a commit happens. It can also be run as CI, helping to ensure PRs look good.
Required features
fmt
Related documents
The text was updated successfully, but these errors were encountered: