litestar-org/litestar

Docs: Code block line length

Open

#3,211 建立於 2024年3月16日

在 GitHub 查看
 (5 留言) (3 反應) (1 負責人)Python (8,243 star) (550 fork)user submission
Documentation :books:Good First IssueHelp Wanted :sos:

描述

Summary

For documentation, and only documentation, if you have an overly long code block it enters scrollable window.

We should set blacken-docs configuration (and eventually ruff when https://github.com/astral-sh/ruff/issues/8237 happens) to line lengths somewhere on the lower end (maybe 80?); this goes together with manually ensuring .. code-block:: directives are not overly long

貢獻者指南