aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/parenthesized_conditions.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(python): Improved python indentation (#6859)Grace Petryk2024-07-161-0/+35
* feat: improve python indentation * use lua-match * revert concatenated_string changes, handle function def hanging indents * lint * add delimiters to param query * add test cases