diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a49a05dd..abe423a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,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.4.0 hooks: - id: end-of-file-fixer - id: fix-byte-order-marker @@ -22,18 +22,18 @@ repos: - "--filter-files" - repo: https://github.com/psf/black # Code style formatting - rev: 22.3.0 + rev: 23.3.0 hooks: - id: black exclude: (.*/)*snapshots/ - repo: https://github.com/PyCQA/flake8 # Checks the code for PEP8 violations and common pitfals - rev: 3.9.0 + rev: 6.0.0 hooks: - id: flake8 exclude: (.*/)*snapshots/ - repo: https://github.com/mattseymour/pre-commit-pytype - rev: '2020.10.8' + rev: '2022.4.26' hooks: - id: pytype # Don't run pytype in an isolated venv or it will fail on imports