bpython / curtsies

Curses-like terminal wrapper with a display based on compositing 2d arrays of text.
MIT License
228 stars 52 forks source link

Add Black functionality and Blacken code #138

Closed rybarczykj closed 4 years ago

rybarczykj commented 4 years ago

Here's what I did

Since running Black made a lot of changes to a lot of files, it definitely screws with the blame history a bit. It could be a good idea for me to add a .git-blame-ignore-revs file to implement a recently added git feature which allows people to ignore certain commits when looking at blame history. If you want me to do this before you accept, let me know.

thomasballinger commented 4 years ago

@rybarczykj I've never used this but that sounds great, let's do it. Making the setup.md and big formatting diff changes in separate commits is nice, you might even separate the formatting changes and the config changes too, mostly for my benefit while reviewing but also for future blames.

thomasballinger commented 4 years ago

Closed in favor of #139