diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8046ec97..2b94aac9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -19,7 +19,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.12.9' # keep in sync with .github/workflows/ruff.yml + rev: 'v0.13.3' # keep in sync with .github/workflows/ruff.yml hooks: - id: ruff-check args: [--fix]