I didn't find an answer to this question on the web, so I'll say it up front; this is NOT a question about SublimeLinter, and I do NOT want to format my python code according to the PEP8 standards.
How to disable the warning "Indentation contains tabs" in the Python Checker package?
pep8
through pip on my machine though, as I do not have root access, will the configuration file still be read if I put it in~/.config/pep8
? – Puppetrypep8
was installed (virtualenv, a custom directory, etc.) – Capitulary