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
We're considering adding pre-commit to our project to help ensure that the code we commit to our repository is high quality. Pre-commit is a tool that allows us to define a set of checks that are run on our code every time we try to commit changes. These checks can include linting, formatting, and testing and help catch issues before they're committed to the repository.
Definition of Done
pre-commit hooks check the repository for each commit
The documentation explains how to use pre-commit
Tasks
Propose pre-commit hooks that are useful
Create the pre-commit configuration
Update the documentation to describe the usage of pre-commit
We're considering adding pre-commit to our project to help ensure that the code we commit to our repository is high quality. Pre-commit is a tool that allows us to define a set of checks that are run on our code every time we try to commit changes. These checks can include linting, formatting, and testing and help catch issues before they're committed to the repository.
Definition of Done
Tasks
pre-commit run --all-files
)Additional context
Example .pre-commit-config.yaml
The text was updated successfully, but these errors were encountered: