From a5335e9b32ac82a464cd41a3480812e9c89859d5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 Feb 2024 10:22:24 +0200 Subject: [PATCH] .pre-commit-config.yaml: sync-pre-commit-deps Although apparently it wasn't touching here too. --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b1ef24..8d4bf26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,6 +39,11 @@ repos: - id: pretty-format-json args: [--autofix, --no-ensure-ascii] + - repo: https://github.com/pre-commit/sync-pre-commit-deps + rev: v0.0.1 + hooks: + - id: sync-pre-commit-deps + - repo: https://github.com/pre-commit-ci/pre-commit-ci-config rev: v1.6.1 hooks: