diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c3eb76..4d5d7f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: fmt name: Format code - entry: make fmt + entry: bash -c "make fmt && git add -u" language: system pass_filenames: false