chore: use ruff check instead of ruff

`ruff` without `check` is deprecated.
This commit is contained in:
link2xt
2024-04-07 19:57:05 +00:00
parent 4304e3f0be
commit 5bcc44ca9b
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ deps =
black
commands =
black --quiet --check --diff src/ examples/ tests/
ruff src/ examples/ tests/
ruff check src/ examples/ tests/
[pytest]
timeout = 300