Open jamesbraza opened 10 months ago
Actually, I realized the FileNotFoundError
comes from the fact that black
is being used with the default libCST config under the formatter
item. After pip install black
, the FileNotFoundError
goes away.
However, autotyping
still keeps formatting the venv. How can one exclude a virtual environment when running autotyping
?
When adding the below to my
.libcst.codemod.yaml
:I get a bunch of
FileNotFoundError
s:I currently have Python 3.10.13 with:
How can I exclude a virtual environment from
autotyping
when running: