mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Read DEFAULT_STATUS_FILE from environment variable

Open christianbundy opened this issue 3 years ago • 2 comments

Description

Fixes #13691

Test Plan

I think this may be trivial enough to skip formal testing, but happy to defer to the maintainers.

christianbundy avatar Sep 20 '22 03:09 christianbundy

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Sep 20 '22 03:09 github-actions[bot]

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.

JelleZijlstra avatar Sep 20 '22 19:09 JelleZijlstra