1 2 3 4 5 6 7 8 9
[pre-commit.commands.format] glob = "*.rs" run = "mise run format" stage_fixed = true [pre-commit.commands.lint] glob = "*.rs" run = "mise run lint" stage_fixed = true