litestar-org/litestar

Docs: Code block line length

Open

#3 211 ouverte le 16 mars 2024

Voir sur GitHub
 (5 commentaires) (3 réactions) (1 assigné)Python (550 forks)user submission
Documentation :books:Good First IssueHelp Wanted :sos:

Métriques du dépôt

Stars
 (8 243 stars)
Métriques de merge PR
 (Merge moyen 2j 22h) (53 PRs mergées en 30 j)

Description

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

Guide contributeur