adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

Add Black formatting check. #96

Closed kattni closed 3 years ago

kattni commented 3 years ago

This was not added to cookiecutter when we added it to the libraries. We need to update the libraries currently using black to using the latest version (it's causing issues with folks running it locally when they install it as we suggested), and we also need to add it to all the libraries created since we initially added Black to the libraries as none of them have it because it wasn't added to cookiecutter. These are separate from this PR and will be done using Adabot.

makermelissa commented 3 years ago

I think it wasn't there because pre-commit already runs black.