Skip to content

Commit 1694e83

Browse files
authored
Merge pull request #70 from pamelafox/pamelafox-patch-1
Update python-check.yaml ruff check
2 parents c157774 + dc11c1b commit 1694e83

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
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 Pytest tests

0 commit comments

Comments
 (0)