We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d6771 commit 91c5f74Copy full SHA for 91c5f74
mypy/test/test_config_parser.py
@@ -174,7 +174,6 @@ def set_strict_flags() -> None:
174
assert strict_option_set is True
175
assert options.ignore_missing_imports_per_module is True
176
assert options.config_file == str(pyproject.name)
177
- assert os.environ["MYPY_CONFIG_FILE_DIR"] == str(pyproject.parent)
178
179
assert options.per_module_options["c"] == {
180
"disable_error_code": [],
0 commit comments