diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78f3d2b..3527ddc 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.4.0" + rev: "v4.5.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.10.1" hooks: - id: black @@ -34,18 +34,18 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.5.1" + rev: "v1.6.1" hooks: - id: mypy - repo: https://github.com/numpy/numpydoc # The latest stable release doesn't yet support pre-commit. - rev: "v1.6.0rc2" + rev: "v1.6.0" hooks: - id: numpydoc-validation - repo: https://github.com/hadialqattan/pycln - rev: "v2.2.2" + rev: "v2.3.0" hooks: - id: pycln @@ -57,7 +57,7 @@ repos: exclude: test - repo: https://github.com/sirosen/texthooks - rev: "0.5.0" + rev: "0.6.2" hooks: - id: fix-ligatures - id: fix-smartquotes