mirror of https://github.com/smithy-lang/smithy-rs
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:
parent
a9ef40b95c
commit
3d0cb5c3b1
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue