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 ce3b94a commit 983c8b1Copy full SHA for 983c8b1
.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 --fix
+ run: ruff
27
- name: Format with Ruff
28
run: ruff format --check
29
0 commit comments