diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9721f85..e1484a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 + rev: v2.11.0 hooks: - id: pretty-format-kotlin args: [--autofix] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.0" + rev: "v4.0.0-alpha.3" hooks: - id: prettier