MonkeyType icon indicating copy to clipboard operation
MonkeyType copied to clipboard

monkeytype apply seems to attempt to import my whole program, causing monkeytype: error: unrecognized arguments:

Open EternityForest opened this issue 2 months ago • 0 comments

Not sure what's going on here. When I do monkeytype apply on any module, it is running my entire program, which then fails because it looks at argparse, and doesn't like what it sees.

Is there any workaround for this, or do you just have to restructure everything to be importable in this way?

EternityForest avatar May 06 '24 22:05 EternityForest