Skip to content

Commit f95b188

Browse files
fix: lint upd
1 parent fc9677f commit f95b188

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Lint with ruff
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names
33-
ruff --output-format=github --select=E9,F63,F7,F82 --target-version=py38 .
33+
ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py38 .
3434
# default set of ruff rules with GitHub Annotations
35-
ruff --output-format=github --target-version=py38 .
35+
ruff check --output-format=github --target-version=py38 .
3636
- name: Test with pytest
3737
run: |
38-
pytest
38+
pytest

0 commit comments

Comments
 (0)