-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat: add option to keep output style #177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need a maintainer to approve running the tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this mostly LGTM. Tests seem to be failing though, could you please fix?
Updated. Looks like I need to be approved each time to run the tests. |
Tests still failing unfortunately :( |
Sorry, fixed and made sure it passes for me locally. |
Ugh, test failure is now entirely unrelated to your change, caused by actions/runner-images#6399 |
"Fixed" in 4ff5477 by dropping 3.6 and adding 3.11 instead. Guess we have to go with the times... Can you rebase this PR? |
with `nbstripout --keep-metadata-keys` or git config key `filter.nbstripout.keepmetadatakeys`. closes kynan#78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebased
Thanks for your contribution! |
thank you! |
with
nbstripout --keep-metadata-keys
or git config keyfilter.nbstripout.keepmetadatakeys
.closes #78