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 e63b568 commit f185631Copy full SHA for f185631
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
run: uv sync --all-extras --dev
29
30
- name: Run ruff linter
31
- run: uv run ruff . --no-fix --config pyproject.toml
+ run: uv run ruff check --config pyproject.toml
32
continue-on-error: true
33
- name: Run black linter
34
run: |
0 commit comments