EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
551 stars 67 forks source link

Improve compliance with official Python code styles #590

Closed desilinguist closed 1 year ago

desilinguist commented 4 years ago

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 commented 1 year ago

This will be completed once we finish #647 since import sorting is already in place.

desilinguist commented 1 year ago

Completed along with #647.