kynan/nbstripout

Persist additional options / flags in the config on `--install`

Open

#150 opened on Apr 23, 2021

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (90 forks)batch import
help wantedtype:enhancement

Repository metrics

Stars
 (1,047 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

e.g. nbstripout --install --keep-count should put the --keep-count flag in the resultant git config filter.nbstripout.clean and git config diff.ipynb.textconv commands.

This applies to:

  • --keep-count
  • --keep-output

Contributor guide