From c97ded1ef9c1b9da83db1ef88a5249a9bd520ee7 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 20 Nov 2023 10:12:16 -0800 Subject: [PATCH] code quality --- code_quality.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code_quality.sh b/code_quality.sh index 6ffc2f50..1c8c95b5 100755 --- a/code_quality.sh +++ b/code_quality.sh @@ -13,8 +13,7 @@ black --experimental-string-processing swarms/ # Run ruff on the 'swarms' directory. # Add any additional flags if needed according to your version of ruff. -x -#--unsafe_fix +#ruff --unsafe_fix # YAPF yapf --recursive --in-place --verbose --style=google --parallel swarms