Skip to content

Commit 0a53fae

Browse files
authored
chore(template): Use --no-deps in pre-commit hook (#581)
1 parent dc62e95 commit 0a53fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.pre-commit-config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
- id: cargo-doc
9090
name: cargo-doc
9191
language: system
92-
entry: cargo doc --document-private-items
92+
entry: cargo doc --no-deps --document-private-items
9393
stages: [pre-commit, pre-merge-commit]
9494
pass_filenames: false
9595
files: \.rs$|Cargo\.(toml|lock)

0 commit comments

Comments
 (0)