kynan / nbstripout

strip output from Jupyter and IPython notebooks
Other
1.19k stars 94 forks source link

Read config from `setup.cfg` #166

Open janosh opened 2 years ago

janosh commented 2 years ago

Would be cool if config options could be specified in setup.cfg so that they apply both when called from CLI and via pre-commit.

# setup.cfg

[nbstripout]
drop_empty_cells = true
kynan commented 1 year ago

Very much agree! Feel like working on this @janosh ? :)