docs: add linting/formatting pre-commit entry to the README

This commit is contained in:
2025-10-27 15:20:04 +01:00
parent 4859c3ac04
commit 65cfdda7d9

View File

@@ -42,3 +42,9 @@ If your commit fails its either:
branch name != <type>/description-of-branch ,
commit name != <type>: description of the commit.
<ref>: N25B-Num's
To add automatic linting and formatting, run:
```shell
uv run pre-commit install
```