aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python
Commit message (Collapse)AuthorAgeFilesLines
* feat(python): add "return" patterns to @indent_endPham Huy Hoang2023-03-161-0/+16
| | | | | | `return ...` is usually the last line of a function/statement, so mark some possible patterns of `return` with `@indent_end` to dedent the line after it
* fix(python): add missing @indent_endPham Huy Hoang2023-03-161-0/+65
|
* fix: change folding algorithm to fix Python indentsGeorge Harker2023-03-151-0/+8
|
* indents(python): remove branches.py from expected failuresStephan Seitz2022-02-051-1/+1
| | | | | The previous indentation actually causes a linter warning when using pep8
* indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz2022-02-051-0/+3
|
* feat(indent): support `@aligned_indent` for pythonMunif Tanjim2022-01-211-1/+5
|
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2310-0/+194