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`. ```cfg # setup.cfg [nbstripout] drop_empty_cells = true ```
Would be cool if config options could be specified in
setup.cfgso that they apply both when called from CLI and viapre-commit.# setup.cfg [nbstripout] drop_empty_cells = true