diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ae7a05..72b7db8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,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-yaml - id: end-of-file-fixer @@ -21,7 +21,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.4 + rev: v0.12.10 hooks: # Run the linter. - id: ruff