-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Issue with firstparty/local heading when missing #953
Comments
A simple implementation would be a |
@timothycrosley Let me know if this draft implementation works for you and I can get some unit tests up and fix that test failure (unrelated to the implementation). |
|
This is fixed in develop via a new optional Thanks! ~Timothy |
This has now been released to PyPI Thanks! ~Timothy |
My setup.cfg looks like this.
I recently came across an issue i hadn't encountered before:
I understand why it didnt put the header -- because i never gave local any header... BUT is there a way i can give localfolder a header IF firstparty is not present. So it looks like this:
And naturaly when there is a firstparty import not to do the heading:
The text was updated successfully, but these errors were encountered: