tooling: add linter and prek

markdownlint-cli2 to lint markdown files.

prek as replacement for pre-commit.
This commit is contained in:
bronsen 2026-02-12 20:31:21 +01:00
parent cf192c7d02
commit 3c2828bae6

View file

@ -2,6 +2,8 @@
'_'.python.venv = { path = ".venv", create = true }
[tools]
markdownlint-cli2 = "latest"
prek = "latest"
python = "3.14"
ruff = "latest"
uv = "latest"