nginx-configurator/.githooks/pre-commit

3 lines
No EOL
63 B
Bash
Executable file

#!/bin/sh
echo "Formatting all python files with Black"
black .