diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cea9d3585d..0833790fc2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v3.4.0' + rev: 'v4.0.1' hooks: # Prevent giant files from being committed. - id: check-added-large-files @@ -17,14 +17,14 @@ repos: # Don't commit to master branch. - id: no-commit-to-branch - repo: https://github.com/psf/black - rev: '20.8b1' + rev: '21.5b1' hooks: - id: black # Force black to run on whole repo, using settings from pyproject.toml pass_filenames: false args: [--config=./pyproject.toml, .] - repo: https://github.com/PyCQA/flake8 - rev: '3.9.0' + rev: '3.9.2' hooks: # Run flake8. - id: flake8