-
Notifications
You must be signed in to change notification settings - Fork 24k
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
Updated some incomplete docstrings, added missing docstrings #81861
base: devel
Are you sure you want to change the base?
Conversation
The test
|
@@ -31,6 +31,7 @@ | |||
from ansible.template import Templar | |||
from ansible.utils.helpers import pct_to_int | |||
from ansible.utils.collection_loader import AnsibleCollectionConfig | |||
|
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.
?
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 think it is good to add most of these, but we should keep using the formatting we use elsewhere instead of changing function documentation standards. https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/common/text/converters.py#L33
…xing the rest of the files in this PR
I appreciate the feedback. I've updated one file as a test to verify the format is correct before fixing the rest of the files in this PR. Can you take a look at lib/ansible/playbook/attribute.py and let me know if this file looks good? thanks! |
sample looks good, feel free to continue |
…ied formatting of all changes using black
…ied formatting of all changes using black
Thanks, I've updated the rest of the PR per the repo formatting standard and verified code formatting using black. |
@freewaydev Could you please rebase this branch and let us know? Thanks, |
SUMMARY
Updated some incomplete docstrings, added missing docstrings
ISSUE TYPE
ADDITIONAL INFORMATION