diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04381f5..a49608a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: # Batch of helpful formatters and patterns - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,6 +13,6 @@ repos: # Ensure the uv.lock file has been updated - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.7 + rev: 0.8.14 hooks: - id: uv-lock