Skip to content

Commit 89a12b7

Browse files
committed
[CI] Fix linting
1 parent 222a9a2 commit 89a12b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Lint with ruff
2626
run: |
2727
poetry run ruff --version
28-
poetry run poe lint --show-source --statistics
28+
poetry run poe lint --output-format=full
2929
- name: Type checking with mypy
3030
run: |
3131
poetry run mypy --version

0 commit comments

Comments
 (0)