diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 991b569..0cc6464 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-json - id: check-merge-conflict diff --git a/sync-root/.pre-commit-config.yaml b/sync-root/.pre-commit-config.yaml index 5ba80f4..e68d578 100644 --- a/sync-root/.pre-commit-config.yaml +++ b/sync-root/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-json - id: check-merge-conflict