diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bea1cce..5f4bfb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.4" hooks: - id: ruff-check types: [file, python] @@ -58,7 +58,7 @@ repos: - repo: https://github.com/pycqa/isort - rev: '7.0.0' + rev: '8.0.1' hooks: - id: isort name: isort (cython) @@ -79,7 +79,7 @@ repos: - repo: https://github.com/abravalheri/validate-pyproject # More exhaustive than Ruff RUF200. - rev: "v0.24.1" + rev: "v0.25" hooks: - id: validate-pyproject