We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3cf83 commit 6dfffc1Copy full SHA for 6dfffc1
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