We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pre-commit
pre-commit is a tool that formats and checks the changed code before each commit.
One advantage is that it automatically sets up its own environment for each tool, so the user does not have to install and configure each tool.
Many predefined tools are available: https://pre-commit.com/hooks.html
Must be actively installed by the user.
GH Action does not make annotations.
https://pre-commit.com/
The text was updated successfully, but these errors were encountered:
Completed with #601
Sorry, something went wrong.
No branches or pull requests
Suggestion
pre-commit
is a tool that formats and checks the changed code before each commit.Pro
One advantage is that it automatically sets up its own environment for each tool, so the user does not have to install and configure each tool.
Many predefined tools are available: https://pre-commit.com/hooks.html
Con
Must be actively installed by the user.
GH Action does not make annotations.
Reference
https://pre-commit.com/
The text was updated successfully, but these errors were encountered: