Use the same features for black check

This commit is contained in:
Mikhail f. Shiryaev 2024-03-20 18:00:02 +01:00
parent 54fae360f0
commit 952b6b8514
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -4,9 +4,11 @@ cd /ClickHouse/utils/check-style || echo -e "failure\tRepo not found" > /test_ou
start_total=`date +%s`
# FIXME: 1 min to wait + head checkout
echo "Check python formatting with black" | ts
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