I am impressed with how well your realtime linting package works for me; I'm writing much better standardized code thanks to its ability to let me know when I've fixed what's wrong.
Unfortunately it crashes when I have a badly formatted line. I'm editing a Python 2.7 file; my pep8 points to the Python 2.7 version. The line in question looks like this right now:
monitor
The linter crashes with the following errors whenever I stop typing for more than a second.
I am impressed with how well your realtime linting package works for me; I'm writing much better standardized code thanks to its ability to let me know when I've fixed what's wrong.
Unfortunately it crashes when I have a badly formatted line. I'm editing a Python 2.7 file; my pep8 points to the Python 2.7 version. The line in question looks like this right now:
The linter crashes with the following errors whenever I stop typing for more than a second.