skll icon indicating copy to clipboard operation
skll copied to clipboard

Improve compliance with official Python code styles

Open desilinguist opened this issue 5 years ago • 0 comments

Both of these can be done fairly easily using Sublime Text:

  1. Install SublimeLinter and then the pydocstyle plugin for SublimeLinter. Then fix any issues identified.
  2. Install the isort for Sublime and it auto-sorts the imports for you on any file.

desilinguist avatar Feb 11 '20 18:02 desilinguist