Discussion: auto-formatting (reviews).
Review Request #13381 — Created Oct. 26, 2023 and discarded — Latest diff uploaded
This is here to facilitate our discussion about potentially adopting
auto-formatting for our codebase. This change usesblack
to format the
reviews
app with the following settings:[tool.black] line-length = 80 target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] skip-string-normalization = true