diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e27dda7..151ab39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.10" + rev: "v0.11.4" hooks: - id: ruff types: [file, python] @@ -77,7 +77,7 @@ repos: - repo: https://github.com/abravalheri/validate-pyproject # More exhaustive than Ruff RUF200. - rev: "v0.23" + rev: "v0.24.1" hooks: - id: validate-pyproject