diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..da291495 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: +- repo: https://github.com/backplane/pre-commit-rust-hooks + rev: v1.1.0 + hooks: + - id: fmt + - id: check + - id: clippy + - id: test