Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.19 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.19 KB

[Projectname]

PM CI workflow Maintainability

codecov Code style: black

(If forking this template repo, please update this readme accordingly)

[ Write about this repository/project here.]

Pre-Commit

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.