Join Slack
Powered by
Hey everyone! Just wondering, is there a way to co...
# general
f
famous-xylophone-36532
01/17/2024, 9:06 AM
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
gorgeous-winter-99296
01/17/2024, 9:55 AM
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
high-yak-85899
01/17/2024, 4:35 PM
I think you’re best bet is using the
defaults
capability
high-yak-85899
01/17/2024, 4:35 PM
So agreed with Tom on what is linked there
3
Views
Open in Slack
Previous
Next