-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add preamble section #45
Conversation
Thank you for this pr, seems good except for this small formatting bug. |
Do you want me to add a note to the changelog and bump the version too? |
No, the changelog is generated automatically and the version is updated with a single command (and the release is done by the github action). So I'll do it myself. |
@bogdandm change pushed |
Test fails now :( AttributeError: 'NoneType' object has no attribute 'strip' |
Should be fixed now, with another test added to ensure that the |
This PR enables extra matter to be added between the imports and the generated class list using a
--preamble
command line parameter.I also fixed a few minor grammar bits and my IDE automatically removes trailing whitespace.
Closes #44