Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jan 28, 2025
1 parent c6fc555 commit 6bbeae5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ repos:
args: [--swiftversion, "5.8"]
- repo: local
hooks:
- id: rustfmt
name: rustfmt
- id: rustfmt_utils
name: rustfmt rustutils
entry: bash -c 'cd rustutils && cargo fmt' --
language: rust
types: [rust]
- id: rustfmt_platform
name: rustfmt rust platform
entry: bash -c 'cd platform/rust && cargo fmt' --
language: rust
types: [rust]
ci:
# sometimes fails https://github.com/keith/pre-commit-buildifier/issues/13
skip: [buildifier]

0 comments on commit 6bbeae5

Please sign in to comment.