keewis / blackdoc

run black on documentation code snippets
https://blackdoc.readthedocs.io
MIT License
47 stars 4 forks source link

copy black's diff mode #56

Closed keewis closed 3 years ago

keewis commented 3 years ago

This adds the diff mode from black, including colored diffs. Not sure if this is going to work on windows, though, and colorama is a new windows-only dependency (which might be difficult to package for conda – let's see how black handles that).