Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-08 | Add support for reorder-python-imports fixer | Jake Kaufman | |
isort is great, but I've come to prefer reorder-python-imports. The tool has a focus on smaller diffs than isort. reorder-python-imports is also a little smarter than isort which is nice. | |||
2019-02-10 | Document and test ale_python_vulture_options | Kevin Locke | |
The vulture linter already supports ale_python_vulture_options, but it is not documented or tested. Since vulture only supports configuration via options, it is an important use case. Add docs and test. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-08 | Support pylama for python (#2266) | Kevin Locke | |
* Add pylama for python * Consolidate python traceback handling | |||
2018-07-02 | add dummy pyre binary and executable | Derek P Sifford | |
2018-04-06 | Added support for Python black fixer (#1451) | Jack Evans | |
2017-12-20 | Add support for linting git commit message files (#1233) | Nick Diego Yamane | |
2017-11-22 | Fix the Windows tests for pyls | w0rp | |
2017-11-21 | Escape the pyls executable in the command, and support running virtualenv ↵ | w0rp | |
pyls executables | |||
2017-11-17 | Fix #516 - Add support for pyflakes for Python | w0rp | |
2017-11-04 | #1081 Use executable() for Python executables on Windows, and rename the ↵ | w0rp | |
test files to .exe so they will pass the executable() check | |||
2017-10-01 | Add a Scripts dir for tests on Windows | w0rp | |
2017-06-07 | Search python fixers in virtual environment (#632) | José Luis Lafuente | |
* Search python fixers in virtual environment * Add tests for python fixers | |||
2017-05-07 | #335 Detect flake8 in vritualenv, and escape the executable path | w0rp | |
2017-05-06 | Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use ↵ | w0rp | |
lint_file for mypy | |||
2017-05-06 | #208 Automatically detect pylint in virtualenv directories | w0rp | |