Skip to content

Commit a7e6e9b

Browse files
authored
Create .pre-commit-hooks.yaml
Add a pre-commit hook to generate a graph of dependencies, see https://pre-commit.com/#new-hooks
1 parent e56aac1 commit a7e6e9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
id: pydeps
2+
name: Generate a graph of dependencies
3+
entry: pydeps
4+
language: python

0 commit comments

Comments
 (0)