Skip to content

Commit b765c60

Browse files
committed
build(Makefile): Add monkeytype tasks (make monkeytype_create, apply)
1 parent d827501 commit b765c60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ watch_mypy:
5656

5757
format_markdown:
5858
prettier --parser=markdown -w *.md docs/*.md docs/**/*.md CHANGES
59+
60+
monkeytype_create:
61+
poetry run monkeytype run `poetry run which py.test`
62+
63+
monkeytype_apply:
64+
poetry run monkeytype list-modules | xargs -n1 -I{} sh -c 'poetry run monkeytype apply {}'

0 commit comments

Comments
 (0)