Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 26, 2024
1 parent 0f8860e commit 4eeea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python -m pip install tox-gh-actions
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint
run: ruff --format=github .
run: ruff check --format-output=github .

typecheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4eeea43

Please sign in to comment.