reenable black

This commit is contained in:
Max K 2024-06-14 18:43:59 +02:00
parent 592d704bf9
commit eb2af82022
2 changed files with 6 additions and 6 deletions

View File

@ -4,11 +4,11 @@ cd /ClickHouse/utils/check-style || echo -e "failure\tRepo not found" > /test_ou
start_total=`date +%s`
#start=`date +%s`
#echo "Check " | ts
#./check-black -n |& tee /test_output/black_output.txt
#runtime=$((`date +%s`-start))
#echo "Check python formatting with black. Done. $runtime seconds."
start=`date +%s`
echo "Check " | ts
./check-black -n |& tee /test_output/black_output.txt
runtime=$((`date +%s`-start))
echo "Check python formatting with black. Done. $runtime seconds."
start=`date +%s`
./check-pylint -n |& tee /test_output/pylint_output.txt

View File

@ -17,7 +17,7 @@ def process_result(result_folder):
"shellcheck",
"style",
"pylint",
# "black",
"black",
"flake8",
"mypy",
"typos",