From 9744aa217cd6d6c0b00fb5260151358b8966a95d Mon Sep 17 00:00:00 2001 From: Oleksandr Dzhychko Date: Tue, 20 Feb 2024 16:54:31 +0100 Subject: [PATCH] build(deps): increase the version of language-formatters-pre-commit-hooks This fixes local problem for me when running the KLint hook locally. --- .pre-commit-config.yaml | 2 +- commitlint.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 178dffad..f32765cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: additional_dependencies: ["@commitlint/config-angular"] args: ["--config", "./commitlint.config.js"] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.12.0 hooks: - id: pretty-format-kotlin args: diff --git a/commitlint.config.js b/commitlint.config.js index 97d6c223..e668e418 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -5,6 +5,7 @@ module.exports = { 2, "always", [ + "deps", "mps-legacy-sync-plugin", ], ],