merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +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
```