-
-
Notifications
You must be signed in to change notification settings - Fork 597
How to use import_headings
option?
#2110
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
Comments
Documentation does not provide an example.
|
Hello @joe733, thanks for raising this issue! I looked into it and it turns out you have to declare the headings like this: import_heading_stdlib = "standard"
import_heading_thirdparty = "external"
import_heading_firstparty = "local" and it would do the trick. I do understand that there isn't adequate documentation surrounding this and I would take up the task to add this in the docs. Let me know if you have any other concerns. |
Hi @anirudnits, that worked! import_heading_stdlib = "standard"
import_heading_thirdparty = "external"
import_heading_localfolder = "local" Thank you. Do you want to keep this issue (labeled |
Glad I could help! I'm closing this ticket as I've opened another one #2111 to improve doc support and also have raised a PR for that. |
In my
pyproject.toml
I have:Actual Output
Expected Output
What am I missing?
The text was updated successfully, but these errors were encountered: