From 3d0cb5c3b179d5ed1d14531882657b481c4469f0 Mon Sep 17 00:00:00 2001 From: Miles Ziemer <45497130+milesziemer@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:15:05 -0500 Subject: [PATCH] Update formatter pre-commit hooks to 2.11 (#3244) Was running into https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/181 trying to run pre-commit. It was fixed in 2.11. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ Co-authored-by: Russell Cohen --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6e004a8a7..16924be211 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: exclude: ^aws/rust-runtime/aws-sigv4/aws-sig-v4-test-suite/ - id: trailing-whitespace - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.11.0 hooks: - id: pretty-format-kotlin args: [--autofix, --ktlint-version, 0.48.2]