From c371f5e47b3c2e4338c5cfcd6543ae23f0b8e40b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 Feb 2024 09:39:02 +0200 Subject: [PATCH] .pre-commit-config.yaml: add sync-pre-commit-deps Although not really used in this repo --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 482e66b0..1bed1bb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,6 +58,12 @@ repos: [--autofix, --no-ensure-ascii] #- id: requirements-txt-fixer + # Synchronize dependencies between this file and package managers + - repo: https://github.com/pre-commit/sync-pre-commit-deps + rev: v0.0.1 + hooks: + - id: sync-pre-commit-deps + # Checks the ci: section on top of the file - repo: https://github.com/pre-commit-ci/pre-commit-ci-config rev: v1.6.1