Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson: pre-commit, a tool to improve code readability and avoid code smells #46

Open
percyfal opened this issue Apr 25, 2024 · 0 comments

Comments

@percyfal
Copy link
Contributor

percyfal commented Apr 25, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant