diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9721f85..f6f4cc4 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.15.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.8" hooks: - id: prettier