[RFC,0/2] black, isort, and flake8 configuration

Message ID 20231004165832.1750191-1-tromey@adacore.com
Headers
Series black, isort, and flake8 configuration |

Message

Tom Tromey Oct. 4, 2023, 4:58 p.m. UTC
  This short series adds configuration files for black ("opinionated"
code formatter), isort (import sorter) and flake8 (Python lint) to
libstdc++.

I marked it as RFC since sometimes people don't like black's output.
In gdb we use it -- at first I found some of its decisions a little
odd, but overall it's nice not to have to review for or worry about
the minitia of code formatting.

Tom