mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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
|
black
|
||||||
commands =
|
commands =
|
||||||
black --quiet --check --diff src/ examples/ tests/
|
black --quiet --check --diff src/ examples/ tests/
|
||||||
ruff src/ examples/ tests/
|
ruff check src/ examples/ tests/
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
timeout = 300
|
timeout = 300
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ deps =
|
|||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
commands =
|
commands =
|
||||||
black --quiet --check --diff setup.py src/deltachat examples/ tests/
|
black --quiet --check --diff setup.py src/deltachat examples/ tests/
|
||||||
ruff src/deltachat tests/ examples/
|
ruff check src/deltachat tests/ examples/
|
||||||
rst-lint --encoding 'utf-8' README.rst
|
rst-lint --encoding 'utf-8' README.rst
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
|
|||||||
Reference in New Issue
Block a user