We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b94ee8 commit 58e2e84Copy full SHA for 58e2e84
Makefile
@@ -58,3 +58,9 @@ watch_mypy:
58
59
format_markdown:
60
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