Skip to content

Commit efc18c6

Browse files
committed
Merge branch 'master' into SW-2544
2 parents 6f13d23 + dbf69ff commit efc18c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

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

0 commit comments

Comments
 (0)