We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb438b commit bc4265bCopy full SHA for bc4265b
.github/workflows/test-python-package.yml
@@ -26,9 +26,9 @@ jobs:
26
- name: Install dependencies
27
run: uv sync --locked --all-extras --dev
28
- name: Run Ruff
29
- run: uvx ruff check .
+ run: uvx ruff check . --output-format=github
30
- name: Run type checks
31
- run: uvx mypy pystiebeleltron test
+ run: uvx mypy pystiebeleltron test --show-error-codes --pretty --github-actions
32
- name: Run tests
33
run: |
34
uv run pytest \
0 commit comments