mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
reenable black
This commit is contained in:
parent
592d704bf9
commit
eb2af82022
@ -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
|
||||
|
@ -17,7 +17,7 @@ def process_result(result_folder):
|
||||
"shellcheck",
|
||||
"style",
|
||||
"pylint",
|
||||
# "black",
|
||||
"black",
|
||||
"flake8",
|
||||
"mypy",
|
||||
"typos",
|
||||
|
Loading…
Reference in New Issue
Block a user