mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 13:26:38 +03:00
chore: use ruff check instead of ruff
`ruff` without `check` is deprecated.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user