From 120d5b693f13dfdab76199e09688b1dff866b809 Mon Sep 17 00:00:00 2001 From: KumoLiu Date: Mon, 9 Oct 2023 22:50:15 +0800 Subject: [PATCH] rm ruff support Signed-off-by: KumoLiu --- runtests.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runtests.sh b/runtests.sh index 5e20f8747c..bdd56f8de3 100755 --- a/runtests.sh +++ b/runtests.sh @@ -290,10 +290,8 @@ do --formatfix) doIsortFix=true doBlackFix=true - doRuffFix=true doIsortFormat=true doBlackFormat=true - doRuffFormat=true ;; --clangformat) doClangFormat=true @@ -360,12 +358,6 @@ currentdir="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" if [ -e "$testdir" ] then homedir=$testdir - if [ "$homedir" != "$currentdir" ] - then - $(cp $currentdir/"pyproject.toml" $homedir/"pyproject.toml") - $(cp $currentdir/"setup.cfg" $homedir/"setup.cfg") - else : - fi else print_error_msg "Incorrect path: $testdir provided, run under $currentdir" homedir=$currentdir