at 23.05-pre 553 B view raw
1diff --git a/autogen.sh b/autogen.sh 2index acbcacb..1f60b83 100755 3--- a/autogen.sh 4+++ b/autogen.sh 5@@ -21,11 +21,6 @@ 6 exit 1 7 fi 8 9-if ! [ -x "$(command -v black)" ]; then 10- echo 'black is not installed' 11- exit 1 12-fi 13- 14 # preprocess the resources 15 for pvd in "${providers[@]}"; do 16 # convert the svg to png for azure provider 17@@ -55,7 +50,3 @@ 18 # Generate doc for custom module 19 echo "generating the docs for custom" 20 python -m scripts.generate "custom" 21- 22-# run black 23-echo "linting the all the diagram modules" 24-black "$app_root_dir"/**/*.py