Discussion: auto-formatting (diffviewer).
Review Request #13380 — 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
diffviewer
app with the following settings:[tool.black] line-length = 80 target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] skip-string-normalization = true