From 90256264142216fa1c33f2af2d66b4ecb4f88e45 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Thu, 2 Jan 2025 16:26:53 -0800 Subject: [PATCH] fix --- .github/workflows/ruff_linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruff_linter.yml b/.github/workflows/ruff_linter.yml index 0da7c0a4b5..40ac883e71 100644 --- a/.github/workflows/ruff_linter.yml +++ b/.github/workflows/ruff_linter.yml @@ -68,7 +68,7 @@ jobs: # --isolated is used to skip the allowlist at all so this applies to all files # please be careful when using this large changes means everyone needs to rebase # if you do be sure to update .pre-commit-config.yaml - ruff check --isolated --select F821,F823,W191,E731 + ruff check --isolated --select F821,F823,W191 ruff check ruff format --check || { echo "Ruff check failed, please try again after running 'ruff format'."