diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67f2c4b9f..1ec028352 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # general checks - id: check-xml @@ -98,7 +98,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.5 + rev: v0.7.2 hooks: - id: ruff types: [python]