Florian Rathgeber

Results 121 comments of Florian Rathgeber

Interesting use case. Have you had a chance to explore this further?

@12rambau Are you still interested in this? Feel like working on it?

Perfect! Keep me posted and let me know if you have questions, get stuck etc. :)

You can the really easily by just recursively finding all the files you want and pass them to `nbstripout`: ``` find . -name *.ipynb -exec nbstripout {} + ``` I'd...

@AndrewLouw Is that sufficient for your use case? Can we close this?

`nbstripout` is not a one-in-one-out tool: you can already specify any number of notebooks on the command line. Adding a flag for searching directories recursively may sound simple, but it...

@fsouza @akeeman I notice that the way this is implemented, values from config files take *precedence* over command line flags. That behaviour is surprising and at odds with the UNIX...

Please ensure your changes are compatible with Python 3.6 onwards.

I can definitely see that use case, however isn't the point (and mode of operation) of the pre-commit hook that it'll fail if it *would* make any changes to the...