nginx-configurator/.githooks/pre-commit

3 lines
63 B
Text
Raw Permalink Normal View History

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