Skip to content

Commit

Permalink
Add a command to display the ruff version number during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Oct 18, 2024
1 parent 012a321 commit 471c4b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ deps =
codespell~=2.0
ruff~=0.6.2
commands =
ruff -V
ruff check
ruff format --check
codespell .
Expand All @@ -23,6 +24,7 @@ package = skip
deps =
ruff~=0.6.2
commands =
ruff -V
ruff check --fix-only
ruff format

Expand All @@ -32,6 +34,7 @@ ignore_errors = True
deps =
ruff
commands =
ruff -V
ruff check
ruff format --check

Expand Down

0 comments on commit 471c4b5

Please sign in to comment.