Skip to content

Commit cb03e35

Browse files
authored
Update python.yaml
1 parent e6f65f3 commit cb03e35

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
@@ -27,7 +27,7 @@ jobs:
2727
pip install -r requirements-dev.txt
2828
- name: Lint with flake8
2929
run: |
30-
ruff .
30+
ruff check .
3131
- name: Check formatting with black
3232
uses: psf/black@stable
3333
with:

0 commit comments

Comments
 (0)