mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
ci: do not use --encoding option for rst-lint
It was removed in rst-lint 2.0:
7b43036b4d
This commit is contained in:
@@ -46,7 +46,7 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
ruff format --diff setup.py src/deltachat examples/ tests/
|
ruff format --diff setup.py src/deltachat examples/ tests/
|
||||||
ruff check src/deltachat tests/ examples/
|
ruff check src/deltachat tests/ examples/
|
||||||
rst-lint --encoding 'utf-8' README.rst
|
rst-lint README.rst
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user