Closed sadielbartholomew closed 3 years ago
@davidhassell, though most of this is trivial, you may wish to cast an eye over the manual part, the line-wrapping (commit fd0bc2e), in case I made any mistakes (just needs if anything eyeballing to check the wrapped lines end with a whitespace), and e0cc2e9 because even though it is a trivial and non-controversial change, that is one which changes the CIM (but in a very minor way).
I am thinking I might add a basic GitHub Action to confirm the auto-formatting has been applied by running the pre-commit hooks in a workflow job. Will push a further commit to add that now.
Seeing if I can trigger the Actions job initially via open-close, though it may be that this PR needs to be merged before it will recognise the Actions workflow and not tell us that CI "has not been set up" as shown above...
Thanks @davidhassell, in that case I will merge this and tag version 2.2
!
black
configuration file (d3df227) and configure pre-commit hooks, which all pass at the final commit of this PR, to enforce the same formatting at commit time (9ccaf6c).