Remove the shebang line from pre-commit.sh

since bash isn't available by default on OS X.
This commit is contained in:
Jeff Bradberry
2021-05-13 10:49:24 -04:00
parent bb47bdbc43
commit d07887bd91

View File

@@ -1,5 +1,3 @@
#!/usr/bin/bash
if [ -z $AWX_IGNORE_BLACK ]
then
black --check $(git diff --cached --name-only --diff-filter=AM | grep -E '\.py') || \