diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e2f811..71892f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -18,34 +18,34 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: "23.12.1" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "26.5.1" hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.3.0" hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: "5.13.2" + rev: "9.0.0b1" hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.8.0" + rev: "v2.3.0" hooks: - id: mypy - repo: https://github.com/numpy/numpydoc # The latest stable release doesn't yet support pre-commit. - rev: "v1.6.0" + rev: "v1.11.0rc0" hooks: - id: numpydoc-validation - repo: https://github.com/hadialqattan/pycln - rev: "v2.4.0" + rev: "v2.6.0" hooks: - id: pycln @@ -57,7 +57,7 @@ repos: exclude: test - repo: https://github.com/sirosen/texthooks - rev: "0.6.3" + rev: "0.7.1" hooks: - id: fix-ligatures - id: fix-smartquotes