Skip to content

Commit 03a0ba4

Browse files
Copilotpamelafox
andcommitted
Update ruff command to use explicit 'ruff check .' subcommand
Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
1 parent dc74a4b commit 03a0ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python3 -m pip install --upgrade pip
2828
python3 -m pip install -r requirements-dev.txt
2929
- name: Lint with ruff
30-
run: ruff .
30+
run: ruff check .
3131
- name: Check formatting with black
3232
run: black . --check --verbose
3333
- name: Run tests

0 commit comments

Comments
 (0)