Hey everyone! Just wondering, is there a way to co...
# general
f
Hey everyone! Just wondering, is there a way to configure Pants to ignore a folder for a single goal? Mypy doesn't like working with two different python interpreter versions...
g
https://www.pantsbuild.org/2.18/docs/using-pants/key-concepts/targets-and-build-files#field-default-values might be a way to set
skip_mypy
for a directory? not sure if that's exactly what you're after.
h
I think you’re best bet is using the defaults capability
So agreed with Tom on what is linked there