wonderful-boots-93625
09/01/2023, 5:15 PMa/b1/c/PANTSBUILD
a/b2/PANTSBUILD
I’d like a/b1/c
to specify --check-untyped-defs
but a/b2
to use the default.
Maybe some way to use multiple mypy.ini files?
This is part of an approach to get incremental typing into the codebase.
SOLVED: I can do per module spec in the mypy.ini e.g.
[mypy-mycode.foo.*]
disallow_untyped_defs = True
bitter-ability-32190
09/01/2023, 5:22 PMwonderful-boots-93625
09/01/2023, 5:22 PM