tests: snapshots are in "testing/" now as well

This commit is contained in:
bronsen 2026-05-14 11:53:48 +02:00
parent 0bcc2b668e
commit 08333bc2b3
3 changed files with 227 additions and 231 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

View file

@ -12,9 +12,5 @@ hooks = [
{ id = "check-toml" },
{ id = "end-of-file-fixer" },
{ id = "mixed-line-ending", args = [ "--fix=lf" ] },
{ id = "trailing-whitespace", args = [ "--markdown-linebreak-ext=md" ] },
{ id = "trailing-whitespace", exclude = { glob = "*.raw" }, args = [ "--markdown-linebreak-ext=md" ] },
]
[[repos]]
repo = "meta"
hooks = [{ id = "check-useless-excludes" }]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB