Skip to content

Commit

Permalink
Update formatter pre-commit hooks to 2.11 (#3244)
Browse files Browse the repository at this point in the history
Was running into

macisamuele/language-formatters-pre-commit-hooks#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 <[email protected]>
  • Loading branch information
milesziemer and rcoh authored Nov 24, 2023
1 parent a9ef40b commit 3d0cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3d0cb5c

Please sign in to comment.