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
About: pre-commit is a nifty little tool for managing and maintaining multi-language pre-commit hooks (for git). pre-commit hooks are, as the name implies, run prior to commit, and can be used to invoke linters and code formatters that help eliminate code smells and improve code readability. I use the tool all the time and can whole-heartedly recommend it!
About git hook scripts
About pre-commit
Configuration
Setup and installation of hooks
Built-in plugins
R linters
python linters
The text was updated successfully, but these errors were encountered:
About: pre-commit is a nifty little tool for managing and maintaining multi-language pre-commit hooks (for git). pre-commit hooks are, as the name implies, run prior to commit, and can be used to invoke linters and code formatters that help eliminate code smells and improve code readability. I use the tool all the time and can whole-heartedly recommend it!
The text was updated successfully, but these errors were encountered: