It will run black automatically on any PR, on pushing to master, and on creating a release tag.
Also, it seems that black was the code formatter originally used (see tox.ini), but as we stopped using travis-ci, this was not enforced. Now that we are starting to use GitHub actions to run linting, we need to fix the existing code, which this PR also does.
It will run black automatically on any PR, on pushing to master, and on creating a release tag.
Also, it seems that black was the code formatter originally used (see tox.ini), but as we stopped using travis-ci, this was not enforced. Now that we are starting to use GitHub actions to run linting, we need to fix the existing code, which this PR also does.