Skip to content

Commit

Permalink
Corrected Ruff linter call example (#33951)
Browse files Browse the repository at this point in the history
Co-authored-by: Sunbrye Ly <[email protected]>
  • Loading branch information
howroyd and sunbrye authored Jul 15, 2024
1 parent 11c6d15 commit 576529f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ steps:
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .
ruff check --output-format=github .
continue-on-error: true
```

Expand Down

0 comments on commit 576529f

Please sign in to comment.