Skip to content

Commit

Permalink
Merge pull request #219 from robsdedude/ci/update-ruff-args
Browse files Browse the repository at this point in the history
CI: Update ruff CLI args for ruff 0.5.0
  • Loading branch information
robsdedude authored Jul 3, 2024
2 parents c8675b1 + 5f05bc1 commit 5d96695
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 5d96695

Please sign in to comment.