summaryrefslogtreecommitdiff
path: root/ale_linters/python/mypy.vim
AgeCommit message (Expand)Author
2021-07-25Python support poetry (#3834)Daniel Roseman
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-11mypy: Pass user options before any others (#3582)Daniel Leong
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-02-22#2132 - Replace all uses of foo_callback with foow0rp
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-06-05Allow all Python linter executables to be set to `pipenv`.Eddie Lebow
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2018-01-11Allow syntax errors for mypy to be ignoredw0rp
2017-08-20#653 Show errors from other files for mypyw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-07-05#729 - Support running Python programs from virtualenv for Windowsw0rp
2017-06-27Fix #680 - Use --shadow-file to check for problems with mypy while you typew0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-07Remove a comment we don't need any morew0rp
2017-05-06Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use l...w0rp
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-02-04Fix mypy error parsing when column numbers are included.w0rp
2017-01-20Improve mypy handling a little bit morew0rp
2017-01-18Fix using variable g:ale_python_mypy_options that was not definedAswin
2017-01-15Document the mypy options, and fix spacing issues, largely in the documentationw0rp
2016-12-30Add python mypy supportKeith Smiley