-
Notifications
You must be signed in to change notification settings - Fork 48
update code formatting and buildspec #5
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
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.
nice! except for the Handlers.yaml
/ template.yml
(which tbh, we broke), this looks great.
you've also used type hints, something we don't use in the rpdk. it might be good to validate them during CI, but i don't really have experience with that. i think mypy does this?
still missing ci for type hints, let me get that in before review |
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.
Nice! One comment. 🎈
…master-2 Add new operation status translation
Issue #, if available: #4
Description of changes:
No functional changes in this pr. ran code through same tools as rpdk core (
isort
,black
,flake8
, etc), updated buildspec to usepre-commit
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.