As I mentioned in a recent post, I’ve been using Sublime Text a decent bit. One issue I discovered myself running into was a conflict between tabs and spaces in my code. Running pylint, for example, would give me output like the following: Given that Python is based around indentation…