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鈥檒l 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
Update success test case
  • Loading branch information
hasier committed May 28, 2025
commit 78c5b167a5bf0a5b348fc3bd4608311a726b2cdc
4 changes: 2 additions & 2 deletions 4 mypy/test/test_config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_extend_success(self) -> None:
pyproject,
"[tool.mypy]\n"
'extend = "./folder/mypy.ini"\n'
"strict = false\n"
"strict = true\n"
"[[tool.mypy.overrides]]\n"
'module = "c"\n'
'enable_error_code = ["explicit-override"]\n'
Expand All @@ -154,7 +154,7 @@ def test_extend_success(self) -> None:
write_config(
folder / "mypy.ini",
"[mypy]\n"
"strict = True\n"
"strict = False\n"
"ignore_missing_imports_per_module = True\n"
"[mypy-c]\n"
"disallow_incomplete_defs = True",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.