Skip to content

Commit

Permalink
Fix ruff CI workflow to use updated command.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Jul 30, 2024
1 parent 926872b commit e59cf34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install .
- name: Lint with Ruff
run: ruff --output-format=github porter
run: ruff check --output-format=github porter
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
showcontent = true

[tool.ruff]
select = ["E", "F", "I"]
ignore = ["E501"]
lint.select = ["E", "F", "I"]
lint.ignore = ["E501"]

[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["porter"]

0 comments on commit e59cf34

Please sign in to comment.