Skip to content

Commit

Permalink
Make clippy allow module name repetitions (#157)
Browse files Browse the repository at this point in the history
* make clippy allow module name repetitions

* explicitly reference clippy
  • Loading branch information
ChiragKumar9 authored Jan 22, 2025
1 parent dea055f commit e723c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ repos:
- id: fmt
- 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"]

0 comments on commit e723c6e

Please sign in to comment.