Skip to content

Commit 4b0b60f

Browse files
authored
Update option from deprecated format to output-format
See astral-sh/ruff#7984
1 parent 5996862 commit 4b0b60f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
2424
- name: ruff
2525
run: |
26-
ruff --format=github .
26+
ruff --output-format=github .
2727
2828
- name: black
2929
run: |
3030
black --check .
3131
3232
- name: pytest
3333
run: |
34-
python -m pytest --capture=no tests/
34+
python -m pytest --capture=no tests/

0 commit comments

Comments
 (0)