Closed desilinguist closed 1 year ago
pydocstyle
Both of these can be done fairly easily using Sublime Text:
SublimeLinter
isort
This will be completed once we finish #647 since import sorting is already in place.
Completed along with #647.
pydocstyle
to improve compliance with PEP 257 for docstring conventions.Both of these can be done fairly easily using Sublime Text:
SublimeLinter
and then thepydocstyle
plugin for SublimeLinter. Then fix any issues identified.isort
for Sublime and it auto-sorts the imports for you on any file.