diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e17adca7f..03e39a3639 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,11 +49,11 @@ exclude: | tests/.*/ref/.* )$ -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -69,7 +69,7 @@ repos: - id: destroyed-symlinks - id: requirements-txt-fixer - repo: https://github.com/PyCQA/isort - rev: 5.11.5 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt @@ -77,11 +77,11 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.17.0 hooks: - id: pyupgrade # Python 3.8 is the earliest version supported.