langflow/.githooks/pre-commit
2023-08-31 11:49:00 -03:00

6 lines
No EOL
107 B
Bash
Executable file

#!/bin/sh
added_files=$(git diff --name-only --cached --diff-filter=d)
make format
git add ${added_files}