-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cheat.sh Command - Python cheatsheet #572
Cheat.sh Command - Python cheatsheet #572
Conversation
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.
Only two things I think we should do for this PR. The could do's are optional if you feel like implementing them :)
…emove headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings
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.
Just 1 optional change. I've tested these changes locally and they work nicely! This should definitely help us out in the help channels, good job! :)
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.
I meant to approve this, as the only change outstanding is optional.
@Xithrius @ChrisLovering Requested changes mentioned! |
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.
Looks good to me, except this one thing.
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.
It looks nice overall, just a few minor changes could be done.
Relevant Issues
Closes #570
Description
I had to overwrite the error result of the cht.sh as it was not according to our needs and the response always returned a
200
status code. And i also have defaulted the language topython
so there is no way to use any other language rn.Screenshots
Output too long
Error Embed
Normal Result
Additional Details
I thought i had commit my first commit, but i didn't, and hence the first commits' name is
Fix Import Order
.Did you:
pipenv lock
?pipenv run lint
)?