nginx-configurator/.githooks/pre-commit

3 lines
No EOL
65 B
Bash

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