Closed digitalsignalperson closed 1 year ago
Hmm, maybe it would help to split into 2 PRs, one just for the github action, and then one just for pushing the formatting changes from running black
Thanks. I don't think I can merge this before #242 goes in, otherwise that PR is going to be completely messed up. It should be easy to update this PR later by keeping the first two commits and redoing the auto-formatting.
Thanks, finally merged.
black.yml is setup per the official instructions here https://black.readthedocs.io/en/stable/integrations/github_actions.html
I tested these 3 commits here https://github.com/digitalsignalperson/lieer/pull/1 to see the action fail initially, then pass after running
black .
on the repo