Skip to content

Commit

Permalink
CI: Update ruff CLI args for ruff 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Jul 3, 2024
1 parent c8675b1 commit 5f05bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-async-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
isort movies_sync.py --check --diff
- name: Lint with ruff
run: |
ruff check movies_async.py --show-source
ruff check movies_async.py --output-format=full
- name: Check with pyright
run: |
pyright movies_async.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-sync-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
isort movies_sync.py --check --diff
- name: Lint with ruff
run: |
ruff check movies_sync.py --show-source
ruff check movies_sync.py --output-format=full
- name: Check with pyright
run: |
pyright movies_sync.py
Expand Down

0 comments on commit 5f05bc1

Please sign in to comment.