talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
128 stars 62 forks source link

Add `black` check to `.py` files in lint CI #230

Closed sr-gi closed 10 months ago

sr-gi commented 11 months ago

Currently, we are not checking the formatting of the Python files on CI, meaning that we won't be made aware of any formatting issues if we don't check that locally.

Add black -l 120 to the Python files on the repo so this can be checked automatically.