dguest / pandamonium

Command line scripts to parse panda web api
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

Use code style Black #22

Closed matthewfeickert closed 4 years ago

matthewfeickert commented 4 years ago

Go Code style: black

Adds a pyproject.toml with Black config options, and then applies them to all the pandamonium files. Additionally, add a .pre-commit-config.yaml for a Black pre-commit hook. Additionally add the Code style Black badge to the README.

matthewfeickert commented 4 years ago

@dguest I'm debuging some regex with the .pre-commit-config.yaml, but I'll tag you again when this is ready for review. Feel free to give some early feedback if you have any though.

matthewfeickert commented 4 years ago

@dguest this is ready for review now.

matthewfeickert commented 4 years ago

@dguest Ping on this given a recent update to Black.

matthewfeickert commented 4 years ago

Thanks @dguest

dguest commented 4 years ago

All you can handle bro!