Unverified Commit 3d0cb5c3 authored by Miles Ziemer's avatar Miles Ziemer Committed by GitHub
Browse files

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: default avatarRussell Cohen <russell.r.cohen@gmail.com>
parent a9ef40b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]