From 3a2697d9437a649d47ec1297748a89e1de683f4d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 16 Jun 2025 11:12:16 +0200 Subject: Rename `DefaultHasher` to `DummyHasher` --- .pre-commit-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .pre-commit-config.yaml (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..1fd184b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,10 @@ +repos: +- repo: https://github.com/doublify/pre-commit-rust + rev: v1.0 + hooks: + - id: cargo-check + args: ["--workspace"] + - id: fmt + args: ["--", "--check"] + - id: clippy + args: ["--", "-D", "warnings"] -- cgit v1.2.3-71-g8e6c