Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryzh168 committed Jan 3, 2025
1 parent a463397 commit 9025626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'."
Expand Down

0 comments on commit 9025626

Please sign in to comment.