-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into wrj/metrics-js-udf-memory-usage
Signed-off-by: Runji Wang <[email protected]>
- Loading branch information
Showing
412 changed files
with
13,427 additions
and
7,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Usage: install pre-commit, and then run `pre-commit install` to install git hooks | ||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v2.3.0 | ||
hooks: | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: local | ||
hooks: | ||
- id: rustfmt | ||
name: rustfmt | ||
entry: rustfmt --edition 2021 | ||
language: system | ||
types: [rust] | ||
- id: typos | ||
name: typos | ||
entry: typos -w | ||
language: system | ||
- id: cargo sort | ||
name: cargo sort | ||
entry: cargo sort -g -w | ||
language: system | ||
files: 'Cargo.toml' | ||
pass_filenames: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.