mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
add make depgraph
This commit is contained in:
parent
b07edc9c8a
commit
f31a172dcb
1 changed files with 7 additions and 0 deletions
7
makefile
7
makefile
|
|
@ -63,3 +63,10 @@ test_compat: $(COMPAT_TEST_FILES)
|
|||
done;
|
||||
|
||||
rm -rf compat_test/
|
||||
|
||||
depgraph:
|
||||
pydeps src/pycalver \
|
||||
--no-show --noise-level 3 \
|
||||
--reverse --include-missing \
|
||||
-x 'click.*' 'toml.*' 'pretty_traceback.*' \
|
||||
-o pycalver_deps.svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue