diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 153687ad0c..76fb7b6740 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: 'v2.4.0' + rev: 'v3.4.0' hooks: # Prevent giant files from being committed. - id: check-added-large-files @@ -24,7 +24,7 @@ repos: pass_filenames: false args: [--config=./pyproject.toml, .] - repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.3' + rev: '3.8.4' hooks: # Run flake8. - id: flake8