We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222a9a2 commit 89a12b7Copy full SHA for 89a12b7
.github/workflows/test-and-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Lint with ruff
26
run: |
27
poetry run ruff --version
28
- poetry run poe lint --show-source --statistics
+ poetry run poe lint --output-format=full
29
- name: Type checking with mypy
30
31
poetry run mypy --version
0 commit comments