diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa58f13..6c7799b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.7" + rev: "v0.6.8" hooks: - id: ruff types: [file, python] @@ -86,7 +86,7 @@ repos: - repo: https://github.com/abravalheri/validate-pyproject # More exhaustive than Ruff RUF200. - rev: "v0.19" + rev: "v0.20.2" hooks: - id: validate-pyproject