Skip to content
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

Catch empty lines in docstrings #3

Open
mbeach-aws opened this issue Nov 9, 2022 · 1 comment
Open

Catch empty lines in docstrings #3

mbeach-aws opened this issue Nov 9, 2022 · 1 comment

Comments

@mbeach-aws
Copy link

Describe the feature you'd like
It might be nice to catch empty-line formatting like:

Args:
   arg1: stuff
   
   arg2: stuff

when it could be

Args:
   arg1: stuff
   arg2: stuff
@krneta
Copy link
Contributor

krneta commented Nov 14, 2022

Looking through our code, it seems like there are places we actually allow this : https://github.com/aws/amazon-braket-sdk-python/blob/main/src/braket/aws/aws_quantum_task.py#L112

So I'm not sure if it should be an error or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants