pre-commit has separate version pinning to pyproject.toml. It is a shame pre-commit isn't getting its versions from pyproject.toml. This resulted in apparent differences in pre-commit results compared to command-line results. This PR will update pre-commit config and also update the files which are modified by the new black version. The changes have been reviewed and all tests pass.
pre-commit has separate version pinning to pyproject.toml. It is a shame pre-commit isn't getting its versions from pyproject.toml. This resulted in apparent differences in pre-commit results compared to command-line results. This PR will update pre-commit config and also update the files which are modified by the new black version. The changes have been reviewed and all tests pass.