mypy
mypy copied to clipboard
Read DEFAULT_STATUS_FILE from environment variable
Description
Fixes #13691
Test Plan
I think this may be trivial enough to skip formal testing, but happy to defer to the maintainers.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
We should at least document it.
Also, are there many other places where mypy's behavior depends on env vars? I think it's more standard to use the config file.