Is it possible to have a per-project mypy.ini in a...
# general
m
Is it possible to have a per-project mypy.ini in a monorepo in addition to a global mypy.ini in the root? Will
pants check
respect the per-project mypy.ini and override the global mypy.ini config?