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 71912e2 commit 873dad1Copy full SHA for 873dad1
Makefile
@@ -49,3 +49,9 @@ watch_mypy:
49
50
format_markdown:
51
prettier --parser=markdown -w *.md docs/*.md docs/**/*.md CHANGES
52
+
53
+monkeytype_create:
54
+ poetry run monkeytype run `poetry run which py.test`
55
56
+monkeytype_apply:
57
+ poetry run monkeytype list-modules | xargs -n1 -I{} sh -c 'poetry run monkeytype apply {}'
0 commit comments