skll
skll copied to clipboard
Improve compliance with official Python code styles
- Use
pydocstyleto improve compliance with PEP 257 for docstring conventions. - Re-order imports to improve compliance with the PEP-8 section on ordering imports.
Both of these can be done fairly easily using Sublime Text:
- Install
SublimeLinterand then thepydocstyleplugin for SublimeLinter. Then fix any issues identified. - Install the
isortfor Sublime and it auto-sorts the imports for you on any file.