I installed Sublime for Python programming but I found that PEP8 error detection is pretty annoying and I couldn't get rid of it.
I tried this but it's not working:
It kept showing this:
I installed Sublime for Python programming but I found that PEP8 error detection is pretty annoying and I couldn't get rid of it.
I tried this but it's not working:
It kept showing this:
Try to add "pep8": false,
.
If it does not work, add "sublimelinter_disable":["python"],
to disable python's inspections completely.
And you would like to look https://github.com/SublimeLinter/SublimeLinter-pep8