kynan/nbstripout

Read config from `setup.cfg`

Open

#166 opened on Aug 9, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (1,047 stars) (90 forks)batch import
help wantedstate:pr pendingtype:enhancement

Description

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

Contributor guide