Skip to content

Commit

Permalink
Update formatter pre-commit hooks to 2.11
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.
  • Loading branch information
milesziemer authored and rcoh committed Nov 21, 2023
1 parent 26fc3fa commit 54da56f
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 54da56f

Please sign in to comment.