Releases: MiraGeoscience/pre-commit-hooks
Releases · MiraGeoscience/pre-commit-hooks
v1.0.1
v1.0.0
Overview
This python package provides a collection of pre-commit hooks to automate essential checks and streamline your development workflow. By utilizing these hooks, you can maintain code quality and consistency across your projects, fostering a more efficient and collaborative development environment.
Included Hooks
check-copyright: Checks for valid copyright statements in files.prepare-commit-msg: Adds the JIRA ID found in the branch name in case it is missing from the commit message.check-commit-message: Checks that the branch name or the commit message starts with a reference to JIRA, and if the message meets the minimum required length for the summary line. Also checks that the JIRA ID in the commit message is consistEnt with the one extracted from the branch name (if any).