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 5e8d339 commit 5958352Copy full SHA for 5958352
.github/workflows/Python CI.yml
@@ -29,7 +29,7 @@ jobs:
29
run: ruff check . --config pyproject.toml
30
31
- name: Run Ruff (formatting check)
32
- run: ruff format --check . --config pyproject.toml || true
+ run: ruff format --check . --config pyproject.toml
33
34
35
0 commit comments