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 983c8b1 commit 7749cb7Copy full SHA for 7749cb7
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
args: --version
24
version-file: "pyproject.toml"
25
- name: Lint with Ruff
26
- run: ruff
+ run: ruff check
27
- name: Format with Ruff
28
run: ruff format --check
29
0 commit comments