kynan/nbstripout

Read config from `setup.cfg`

Open

#166 创建于 2022年8月9日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (90 fork)batch import
help wantedstate:pr pendingtype:enhancement

仓库指标

Star
 (1,047 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南