From 1b8aa3e2cc89d8322b5fea650b310d5d5c00c2c3 Mon Sep 17 00:00:00 2001 From: Chirag Kumar Date: Mon, 25 Nov 2024 19:36:04 +0000 Subject: [PATCH] disable module name repetition warnings --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdae0ed..0544b4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,4 +66,4 @@ repos: args: ["--verbose", "--"] - id: clippy # Use 'all-targets' to run on all code, including tests and examples - args: ["--all-targets", "--", "-D", "warnings", "-W", "clippy::pedantic"] + args: ["--all-targets", "--", "-D", "warnings", "-W", "clippy::pedantic", "-A", "clippy::module-name-repetitions"]