Skip to content

Commit 58e2e84

Browse files
committed
build: Add monkeytype_{create,apply} to Makefile
1 parent 7b94ee8 commit 58e2e84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ watch_mypy:
5858

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

0 commit comments

Comments
 (0)