Skip to content

Commit e7e31d7

Browse files
committed
ci: do not use --encoding option for rst-lint
It was removed in rst-lint 2.0: twolfson/restructuredtext-lint@7b43036
1 parent 51d6855 commit e7e31d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps =
4646
commands =
4747
ruff format --diff setup.py src/deltachat examples/ tests/
4848
ruff check src/deltachat tests/ examples/
49-
rst-lint --encoding 'utf-8' README.rst
49+
rst-lint README.rst
5050

5151
[testenv:mypy]
5252
deps =

0 commit comments

Comments
 (0)