#: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" }]