mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-31 11:53:35 +01:00
3 lines
65 B
Text
3 lines
65 B
Text
|
#!/bin/bash
|
||
|
echo "Formatting all python files with Black"
|
||
|
black .
|