In a properly named python file ending in .py, when I go to save, Sublime 3 prevents the save and generates the following errors:
D100: Missing docstring in public module
W291 trailing whitespace
E231 missing whitespace after…
and more
The same file will not generate this using Sublime 2. I really wanted to take advantage of Sublime 3, but I’ve reloaded it several times and attempted several .py files resulting in similar error messages.