We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827501 commit b765c60Copy full SHA for b765c60
Makefile
@@ -56,3 +56,9 @@ watch_mypy:
56
57
format_markdown:
58
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