teilchensammler-cli/prek.toml
2026-02-22 12:17:12 +01:00

20 lines
509 B
TOML

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