From edeb3463a91eef865ac942c9cfcd5c48d19ca45d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 Feb 2024 21:33:47 +0200 Subject: [PATCH] .pre-commit-config.yaml: add sync-pre-commit-deps --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd5e427..5a9debb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,12 @@ repos: args: [--autofix, --no-ensure-ascii] #- id: requirements-txt-fixer + + - 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: