Skip to content

Commit 983c8b1

Browse files
committed
Remove extra param
1 parent ce3b94a commit 983c8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
args: --version
2424
version-file: "pyproject.toml"
2525
- name: Lint with Ruff
26-
run: ruff --fix
26+
run: ruff
2727
- name: Format with Ruff
2828
run: ruff format --check
2929

0 commit comments

Comments
 (0)