Skip to content

Commit

Permalink
python-lint: ruff: --format was renamed to --output-format
Browse files Browse the repository at this point in the history
astral-sh/ruff#7514

Signed-off-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
  • Loading branch information
shenanigansd committed Sep 27, 2023
1 parent ee7e2b1 commit 7a7153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: black --check src/

- name: "Run ruff"
run: "python -m ruff check --format=github src/"
run: python -m ruff check --output-format=github src/

0 comments on commit 7a7153c

Please sign in to comment.