Skip to content

Commit 29ea501

Browse files
authored
Merge pull request #6 from pamelafox/pamelafox-patch-1
Update python.yaml
2 parents f998c20 + c748542 commit 29ea501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install -r requirements-dev.txt
2222
- name: Lint with ruff
23-
run: ruff .
23+
run: ruff check .
2424
- name: Check formatting with black
2525
run: black . --check --verbose

0 commit comments

Comments
 (0)