Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add config key to extend config files #19135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
Loading
from
Open
Prev Previous commit
Next Next commit
Fix test assertion
  • Loading branch information
hasier committed May 27, 2025
commit b3df3efd5bb92c249814fe744a5faff231396c42
2 changes: 1 addition & 1 deletion 2 mypy/test/test_config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def set_strict_flags() -> None:
assert strict_option_set is True
assert options.ignore_missing_imports_per_module is True
assert options.config_file == str(pyproject.name)
os.environ["MYPY_CONFIG_FILE_DIR"] = str(pyproject.parent)
assert os.environ["MYPY_CONFIG_FILE_DIR"] == str(pyproject.parent)

assert options.per_module_options["c"] == {
"disable_error_code": [],
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.