Compare commits

..

No commits in common. "8da542a1f629e0b45588f83870eb24c702ed4b5f" and "cf192c7d021972fac45035494f697707e6574cc2" have entirely different histories.

2 changed files with 0 additions and 29 deletions

View file

@ -2,8 +2,6 @@
'_'.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"

View file

@ -1,27 +0,0 @@
#:tombi schema.strict = false
exclude = { glob = ["__snapshots__/**", "__pycache__", "dist/**"] }
[[repos]]
repo = "builtin"
hooks = [
{ id = "check-case-conflict" },
{ id = "check-merge-conflict" },
{ id = "check-json" },
{ id = "check-symlinks" },
{ id = "check-toml" },
{ id = "check-yaml", args = [
# "--allow-multiple-documents", #https://prek.j178.dev/builtin/#check-yaml
] },
{ id = "end-of-file-fixer" },
{ id = "mixed-line-ending", args = [
"--fix=lf", # https://prek.j178.dev/builtin/#mixed-line-ending
] },
{ id = "trailing-whitespace", args = [
"--markdown-linebreak-ext=md", # https://prek.j178.dev/builtin/#trailing-whitespace
] },
]
[[repos]]
repo = "meta"
hooks = [{ id = "check-useless-excludes" }]