diff --git a/mise.toml b/mise.toml index 7592ec1..3bc3271 100644 --- a/mise.toml +++ b/mise.toml @@ -2,8 +2,6 @@ '_'.python.venv = { path = ".venv", create = true } [tools] -markdownlint-cli2 = "latest" -prek = "latest" python = "3.14" ruff = "latest" uv = "latest" diff --git a/prek.toml b/prek.toml deleted file mode 100644 index 083a1dc..0000000 --- a/prek.toml +++ /dev/null @@ -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" }]