chore: disable autofix for pre-commit hooks

This commit is contained in:
2026-05-02 01:24:59 +02:00
parent 126a6f2eac
commit 865bc3e516
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
default:
@just --list
# format C/H files in place
fmt:
git ls-files '*.c' '*.h' | xargs --no-run-if-empty clang-format -i
# bump submodule(s) to latest tag
bump-qmk submodule="":
#!/usr/bin/env bash