ci: do not use --encoding option for rst-lint

It was removed in rst-lint 2.0:
https://github.com/twolfson/restructuredtext-lint/commit/7b43036b4d2175d2f339a26cf3383d0c512d7add
This commit is contained in:
link2xt
2025-11-22 03:59:26 +00:00
committed by l
parent 51d6855e0d
commit e7e31d7914
+1 -1
View File
@@ -46,7 +46,7 @@ deps =
commands =
ruff format --diff setup.py src/deltachat examples/ tests/
ruff check src/deltachat tests/ examples/
rst-lint --encoding 'utf-8' README.rst
rst-lint README.rst
[testenv:mypy]
deps =