Fix style and add linting/formatting pre-commits #9

Merged
k.marinus merged 2 commits from style/fix-style into dev 2025-10-28 09:32:11 +00:00
Showing only changes of commit 65cfdda7d9 - Show all commits

View File

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