Skip to content

Commit

Permalink
ruff --output-format=github .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 18, 2024
1 parent 8e55d46 commit 967c1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: pip install --upgrade pip setuptools wheel
- run: pip install --editable ".[dev]"
- run: codespell .
- run: ruff --format=github .
- run: ruff --output-format=github .
- run: black --check .
- run: mypy .
- run: pytest -vv .
Expand Down

0 comments on commit 967c1ba

Please sign in to comment.