Skip to content

Commit

Permalink
Update CLI flags for ruff 0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 17, 2023
1 parent 7fb2838 commit 2fd0b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: venv/bin/black --check --diff --verbose .

- name: Run ruff
run: venv/bin/ruff --format=github .
run: venv/bin/ruff --output-format=github .

- name: Run mypy
run: venv/bin/mypy .
Expand Down

0 comments on commit 2fd0b3d

Please sign in to comment.