diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0833790fc2..dff95c1ad1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # Don't commit to master branch. - id: no-commit-to-branch - repo: https://github.com/psf/black - rev: '21.5b1' + rev: '21.5b2' hooks: - id: black # Force black to run on whole repo, using settings from pyproject.toml