nginx-configurator/.githooks/pre-commit

3 lines
65 B
Text
Raw Normal View History

2023-10-25 19:37:39 +02:00
#!/bin/bash
echo "Formatting all python files with Black"
black .