We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9065eab commit 253ee53Copy full SHA for 253ee53
.github/workflows/lint.yaml
@@ -28,4 +28,4 @@ jobs:
28
poetry install
29
30
- name: Run Ruff
31
- run: ruff check --output-format=github
+ run: python -m ruff check --output-format=github
0 commit comments