Skip to content

Commit

Permalink
ci(ruff): use new ruff check path command (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug authored Aug 2, 2024
1 parent 00b1dea commit 081355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies = [
check = [
"isort --check-only --diff py3status",
"black -q --check --diff py3status",
"ruff py3status",
"ruff check py3status",
]
format = [
"isort -q py3status",
Expand Down

0 comments on commit 081355b

Please sign in to comment.