summaryrefslogtreecommitdiff
path: root/ale_linters/python
AgeCommit message (Expand)Author
2021-12-09Pass full path to pydocstyle (#3995)Brendan Maginnis
2021-11-19Add cspell Linter (#3981)David Houston
2021-10-02Add flakehell python linter (#3295) (#3921)a666
2021-09-10[python/pyre.vim] Fix pyre persistent behavior (#3895)Oliver Albertini
2021-07-25Python support poetry (#3834)Daniel Roseman
2021-07-09chore: replace python-language-server to supported pylsp (#3810)Gerardo Gómez Rodríguez
2021-03-18issue 3033 (#3620)Nathan Henrie
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-11mypy: Pass user options before any others (#3582)Daniel Leong
2020-11-14Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas
2020-09-09Close #2522 - Check pylint on the flyw0rp
2020-08-31Fix flake8 cd logic for invalid optionsw0rp
2020-08-30Run flake8 from project root by default.Konstantin Alekseev
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-07Close #2472 - Add support for pyrightw0rp
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