summaryrefslogtreecommitdiff
path: root/ale_linters/python
AgeCommit message (Expand)Author
2020-01-02Mypy: try to find folder containing mypy.ini to use as cwd. (#2385)Harry Percival
2020-01-02Fix #2704 - Show mypy notes; can be disabledw0rp
2019-08-15mypy linter capture stderr for error reporting in ALEInfoRichard French
2019-05-09Add option to show msg id when pylint is used (#2445)Katsuya Horiuchi
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-20Merge pull request #2303 from kevinoid/bandit-use-configw0rp
2019-02-17python/bandit: Use .bandit configuration fileKevin Locke
2019-02-17python/pylint: Change directory to project rootKevin Locke
2019-02-12pylama: Use %s instead of %tKevin Locke
2019-02-10Complain about binary operators on the ends of linesw0rp
2019-02-08Support pylama for python (#2266)Kevin Locke
2019-02-06Update syntax checkingw0rp
2019-01-27Merge pull request #2207 from pmacosta/masterw0rp
2019-01-27Merge pull request #2215 from irwand/masterw0rp
2019-01-26Add bandit linter for PythonMartino Pilia
2019-01-20Add support for pyls configuration optionsyut23
2019-01-16support older flake8 output, still used by hacking module from open style guideIrwan Djajadi
2019-01-14Fixed parsing of pydocstyle errorsPablo Acosta-Serafini
2018-12-06Add support for pydocstyle linter (#2085)pmacosta
2018-11-22flake8 reports visual columnsMarius Gedminas
2018-09-15Add `python_auto_pipenv` config var for all python linters.Eddie Lebow
2018-09-15Add python_[linter]_auto_pipenv options for python linters (fixes #1656)Eddie Lebow
2018-07-26fix(linters: python): mark as lint_fileactionless
2018-07-26Add support for 'vulture' for PythonYauhen Kirylau
2018-07-04Make the language option for LSP linters optionalw0rp
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2018-07-01add pyre lsp linter to python lintersDerek P Sifford
2018-06-27Merge pull request #1682 from fennerm/fix_prospector_e474w0rp
2018-06-26Fix prospector empty string errorFenner Macrae
2018-06-05Allow all Python linter executables to be set to `pipenv`.Eddie Lebow
2018-06-02Allow flake8 executable to be set to `pipenv`.Eddie Lebow
2018-05-28#1587 - Add deprecation warnings for old linter optionsw0rp
2018-05-28Fix #1566 - Add g:ale_python_flake8_change_directoryw0rp
2018-04-27Close #1521 - Allow the language to be set with simple strings for LSP lintersw0rp
2018-04-26flake8: Move to the buffer's directory before running flake8 commandAndreas Kloeckner
2018-04-22Close #1162 - Implement completion support with LSP serversw0rp
2018-04-17Fix #1507 - Add an option for disabling switching directories for pylintw0rp
2018-04-10Fix #1492 - Make pylint error parsing work on Windowsw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2018-04-09pylint: Move to the buffer's directory before running pylint command (Fix #1472)rhysd
2018-02-18#476 Make F401 a warning and E112 a syntax errorw0rp
2018-01-11Allow syntax errors for mypy to be ignoredw0rp
2017-12-01Add prospector for checking Python code (#1183)Carlos Coêlho
2017-11-28Allow warnings about trailing whitespace to be disabled for pycodestyle, and ...w0rp
2017-11-28Allow warnings about trailing blank lines to be hidden for flake8 and pycodes...w0rp
2017-11-21Escape the pyls executable in the command, and support running virtualenv pyl...w0rp
2017-11-17Fix #516 - Add support for pyflakes for Pythonw0rp
2017-11-15#852 Capture error codes for pycodestyle, and consider every code except E999...w0rp
2017-11-15#852 Capture error codes for pylint, throw away the msgid valuesw0rp