-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
Hello @krisgesling! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-11 05:42:51 UTC |
Voight Kampff Integration Test Succeeded (Results) |
Nice work. Looks very clean and I do however still get a bunch of warnings: Are these intended to be left in? IMO the auto-pep8 should be run in a separate commit but not a big deal here. EDIT: EDIT2: EDIT3: it wasn't the type-hint that was the issue, rather the |
Indeed - need to PEP8 the whole repo so it doesn't catch you when you're updating something completely separate... The remaining warnings for parse and format docstrings should no longer exist in this repo with the inclusion of LF v0.4.1. Nice find on the underscore issue! |
Then they were left intentionally. Feel free to add the common_iot_skill fix. And merge away when the PEP-8 line length issues have been fixed :) |
8181801
to
7814133
Compare
hmm soz... I probably should have done the PEP8 in a separate commit while I was at it, but I'm a terrible person 😈 |
Voight Kampff Integration Test Failed (Results). |
Timer Skill you are drunk! :P |
Timer skill is definitely the black sheep among the skills. Always the drunk one and always the loudest :P |
924e4c4
to
c936f2f
Compare
Voight Kampff Integration Test Succeeded (Results) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to argue with this change... oh I crack myself up. Nice work Gez.
Description
Improve documentation including standardizing docstrings and address warnings raised by the Sphinx readthedocs builder, as well as fixing up issues in CLI client.
Args:
rather thanArguments:
. This has been inconsistently used throughout the code base so this modifies them all to be the standard.mycroft.MycroftSkill.get_response
had missing content, and now provides highlighted examples.How to test
Also check the CLI client
Contributor license agreement signed?