Skip to content

Commit

Permalink
tox.ini: update ruff invocation to avoid deprecation warning.
Browse files Browse the repository at this point in the history
`warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.`
  • Loading branch information
Gadgetoid committed May 10, 2024
1 parent 6bb337c commit c2d4193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands =
python -m build --no-isolation
python -m twine check dist/*
isort --check .
ruff .
ruff check .
codespell .
deps =
check-manifest
Expand Down

0 comments on commit c2d4193

Please sign in to comment.