-
Notifications
You must be signed in to change notification settings - Fork 1
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
Python Docstring missing 1 indentation Tab #13
Comments
Thanks for sharing this! Could you please provide a code snippet to reproduce the issue? |
Consider this init method inside a class. This is how docstring was generated and the line with super in bold is missing 1 indent
Anyway the missing indentation is most problematic because it generates errors and that line goes outside from function |
Great, thank you! We're on it. |
As this extension appears to no longer be supported, could you perhaps mark it as such in the marketplace? |
@ajayjay0 What version of what IDE is it not supported for? |
We're aware we aren't supported on 2023.2 yet. This does not mean that we do not intend to support it - just been busy. |
When using the plugin in PyCharm to docstring Python functions. The docstring generated will be missing 1 more tab for a proper view of docstring and also when generating docstring it un-indents the first line of code from the function to document being required that I indent that manually
The text was updated successfully, but these errors were encountered: