Open s373nZ opened 1 month ago
I added a first draft formatting the python files here: https://github.com/ElementsProject/lightning/pull/7884
It took me a bit of time to figure out how to avoid an all-or-nothing formatting change, and luckily I found --from-ref
and --to-ref
which we can use to limit to just the PRs changed files. So we incrementally fix things up as we edit files.
More lints and checks welcome ^^
Following from this conversation on Discord, @cdecker writes:
This issue represents the beginning of an initiative to improve standardization and offload some of the CI checks into the developer workflow, starting with the following brainstorm: