syntastic/syntax_checkers/python
Artem Nezvigin 4126760bca Add python checker that uses python itself
The advantage to this is that no 3rd party modules are required. People
new to Python probably won't have flake8/pyflakes/pylint installed. This
will get them basic syntax checking (no linting) out of the box.
2012-12-01 12:17:46 -08:00
..
flake8.vim The warnings were shown as errors when using flake8 2012-10-26 13:27:03 +02:00
pyflakes.vim refactor the error highlighting system 2012-03-02 10:05:15 +00:00
pylint.vim Modifying pylint checker such that it displays both the original pylint error code as well as translating said error codes into syntastic-compatible Error and Warning messages. 2012-06-27 10:21:43 -07:00
python.vim Add python checker that uses python itself 2012-12-01 12:17:46 -08:00