Skip to content

Commit

Permalink
ci: fix ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerakki committed Oct 18, 2023
1 parent e7d1458 commit 08fe98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff --format=github .
- run: ruff --output-format=github .
1 change: 1 addition & 0 deletions news/5983.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Ruff linter in CI to remove deperecated option "--format"

0 comments on commit 08fe98e

Please sign in to comment.