Skip to content

Commit

Permalink
rm ruff support
Browse files Browse the repository at this point in the history
Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu committed Oct 9, 2023
1 parent ee906f6 commit 120d5b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,8 @@ do
--formatfix)
doIsortFix=true
doBlackFix=true
doRuffFix=true
doIsortFormat=true
doBlackFormat=true
doRuffFormat=true
;;
--clangformat)
doClangFormat=true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 120d5b6

Please sign in to comment.