(If forking this template repo, please update this readme accordingly)
- Update the status badges: (once updated, remove this section)
[ Write about this repository/project here.]
You can run pre-commit explicitly, which can be useful if you want to examine its changes:
pre-commit run --all-files
Updating pre-commit hooks automatically
You can update your hooks to the latest version automatically by running pre-commit autoupdate
. By default, this will bring the hooks to the latest tag on the default branch.
Note: After updating hooks, make sure to commit the changes.
Skipping pre-commit hooks
You can run git commit --no-verify
to bypass the pre-commit hooks.
Follow the coding standards as per the docs.