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

Although apparently it wasn't touching here too.
This commit is contained in:
Aminda Suomalainen 2024-02-24 10:22:24 +02:00
parent 7885433ae7
commit a5335e9b32
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

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