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 <russell.r.cohen@gmail.com>
This commit is contained in:
Miles Ziemer 2023-11-24 09:15:05 -05:00 committed by GitHub
parent a9ef40b95c
commit 3d0cb5c3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]