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

This commit is contained in:
Aminda Suomalainen 2024-02-24 21:33:47 +02:00
parent fe532d055b
commit edeb3463a9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

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