Skip to content

Commit

Permalink
Fix Ruff command in Tox configuration
Browse files Browse the repository at this point in the history
Ruff requires to explicitly specify the 'check' command since version
0.3.0.

See https://github.com/astral-sh/ruff/releases/tag/v0.3.0.
  • Loading branch information
SkypLabs committed Apr 22, 2024
1 parent 81df667 commit fc4a841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ examples =
pyserial
tests =
black
ruff
ruff >= 0.3
tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ deps =
ruff
commands =
black examples tests
ruff examples tests
ruff check examples tests

0 comments on commit fc4a841

Please sign in to comment.