From e7e31d791479ced6f2ebb76376cba5139490de45 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 22 Nov 2025 03:59:26 +0000 Subject: [PATCH] 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 --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index ea4c35b1f..bc320b879 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -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 =