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
There is this fantastic tool called pre-commit. It allows executing of a number of hooks when a commit is about to be performed. We could and should leverage it to make sure checked-in code adheres to code styles. Also, a number of small nuisance can be automatically fixed by pre-commit hooks.
The text was updated successfully, but these errors were encountered:
There is this fantastic tool called pre-commit. It allows executing of a number of hooks when a commit is about to be performed. We could and should leverage it to make sure checked-in code adheres to code styles. Also, a number of small nuisance can be automatically fixed by pre-commit hooks.
The text was updated successfully, but these errors were encountered: