Skip to content

Commit

Permalink
[CI] Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Mar 13, 2024
1 parent 222a9a2 commit 89a12b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Lint with ruff
run: |
poetry run ruff --version
poetry run poe lint --show-source --statistics
poetry run poe lint --output-format=full
- name: Type checking with mypy
run: |
poetry run mypy --version
Expand Down

0 comments on commit 89a12b7

Please sign in to comment.