My pre-commit
hooks.
-
Install
pre-commit
. -
Add the following to your
.pre-commit-config.yaml
:repos: - repo: https://github.com/dycw/pre-commit-hooks rev: master hooks: - id: run-bump-my-version - id: run-ruff-format
-
Update your
.pre-commit-config.yaml
:pre-commit autoupdate