Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-25 | Bugfix: python add blank lines (#1944) | Bert JW Regeer | |
* Don't add newlines when not a control statement for Python * Add test for accidental newline fix * Add docstring detection to avoid adding unnecessarily newlines * Add tests for docstring detection | |||
2017-06-20 | Fix #667 - Do not add extra blank lines for ↵ | w0rp | |
add_blank_lines_for_python_control_statements | |||
2017-06-07 | Move all functions for fixing things to autoload/ale/fixers, and only accept ↵ | w0rp | |
the lines of input where needed. | |||
2017-05-22 | Add a fixer for Python for automatically adding blank lines before control ↵ | w0rp | |
statements |