Skip to content

Commit

Permalink
un-comment types
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Aug 14, 2024
1 parent cbe1978 commit f7871f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test:
${python} -m pytest -rs ./tests

types:
# ${python} -m monkeytype run $$(which ${pytest}) ./tests
${python} -m monkeytype run $$(which ${pytest}) ./tests
${python} -m monkeytype list-modules | grep ${pkg} | parallel -j${j} "${python} -m monkeytype apply {} > /dev/null && echo {}"

cov:
Expand Down

0 comments on commit f7871f8

Please sign in to comment.