Skip to content

Commit

Permalink
build(deps): increase the version of language-formatters-pre-commit-h…
Browse files Browse the repository at this point in the history
…ooks

This fixes local problem for me when running the KLint hook locally.
  • Loading branch information
Oleksandr Dzhychko committed Feb 20, 2024
1 parent 8daba20 commit 9744aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
2,
"always",
[
"deps",
"mps-legacy-sync-plugin",
],
],
Expand Down

0 comments on commit 9744aa2

Please sign in to comment.