diff --git a/README.md b/README.md index 45f8f98..a79f138 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,9 @@ uv run --group integration-test pytest test/integration ## GitHooks -To activate automatic commits/branch name checks run: - -```shell -git config --local core.hooksPath .githooks -``` - -If your commit fails its either: -branch name != /description-of-branch , -commit name != : description of the commit. - : N25B-Num's - -To add automatic linting and formatting, run: +To activate automatic linting, formatting, branch name checks and commit message checks, run: ```shell uv run pre-commit install -``` \ No newline at end of file +uv run pre-commit install --hook-type commit-msg +```