.pre-commit-config.yaml: add sync-pre-commit-deps

Although not really used in this repo
This commit is contained in:
Aminda Suomalainen 2024-02-24 09:39:02 +02:00
parent 2620f975fc
commit c371f5e47b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 0 deletions

View File

@ -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