ContinuumIO / ciocheck

Continuum Analytics linter, formatter and test suite helper.
MIT License
26 stars 10 forks source link

Option for exclude some folders from generation of __init__.py files #39

Open rlaverde opened 7 years ago

rlaverde commented 7 years ago

This will be useful for excluding pytest folders, adding initfiles will convert them to modules and will break the tests (in some cases).

I'm aware that there is an option add_init = false, but maybe it could be more configurable