Skip to content

Commit 3d0cb5c

Browse files
milesziemerrcoh
andauthored
Update formatter pre-commit hooks to 2.11 (#3244)
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]>
1 parent a9ef40b commit 3d0cb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
exclude: ^aws/rust-runtime/aws-sigv4/aws-sig-v4-test-suite/
88
- id: trailing-whitespace
99
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
10-
rev: v2.10.0
10+
rev: v2.11.0
1111
hooks:
1212
- id: pretty-format-kotlin
1313
args: [--autofix, --ktlint-version, 0.48.2]

0 commit comments

Comments
 (0)