very interesting to me that python avoids code blocks (it uses leading whitespace instead) but Black, one of the most commonly used formatters, formats things in ways where their parameters, list entries, dictionaries etc are shown, essentially, as code blocks just with different brackets.
