tooling: add linter and prek
markdownlint-cli2 to lint markdown files. prek as replacement for pre-commit.
This commit is contained in:
parent
cf192c7d02
commit
3c2828bae6
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
'_'.python.venv = { path = ".venv", create = true }
|
'_'.python.venv = { path = ".venv", create = true }
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
|
markdownlint-cli2 = "latest"
|
||||||
|
prek = "latest"
|
||||||
python = "3.14"
|
python = "3.14"
|
||||||
ruff = "latest"
|
ruff = "latest"
|
||||||
uv = "latest"
|
uv = "latest"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue