Commit Graph
3 Commits
Author SHA1 Message Date
Keith Smiley 4566bd65c9 Add python mypy support
This adds support for the official optional python typechecker.
2016-12-30 16:12:30 -08:00
Keith Smiley 5fc2f8f6c0 Choose shell dialect based on vim syntax
Shellcheck is smart enough to check the shebang in a given file to
determine which dialect to use. Unfortunately this doesn't work for
files without shebangs, even if it might be apparent what dialect should
be used, such as "bashrc" or "foo.bash". Luckily `filetype.vim` defines
specific vars based on which shell dialect is being used based on a huge
list of conditions. With this change we take those into account for all
the types shellcheck supports, otherwise we fallback to letting it try
and decide.
2016-10-27 18:46:58 -07:00
Keith Smiley 86cc2aab71 Add pylint formatter
This customizes the output format of pylint in order to use the same
pep8 parser
2016-10-27 18:38:26 -07:00