We are looking at pulling out all our stubs, types...
# general
b
We are looking at pulling out all our stubs, types and mypy prefixed dependencies to an independent resolve file. This dramatically increases the performance of our main direct dependency resolve when we generate the lock file and export. Is there a way to disable the warning for all deppendencies in that specific resolve?
f
To restate your request, do you need the ability to set mypy config on a per-resolve basis?
Relatedly, I'm finding the need for something like that to be able to set
--always-true
and
--always-false
mypy options for some constants based on the resolve.
b
that's not it we want to speed up our lock file generation and export. We can dramatically speed it up if we can just put the typing information into it's own resolve (but still be used by both our dev tools and our default build)