Skip to content

Commit 78a9632

Browse files
committed
--warn-unused-config should not be a strict flag
1 parent c5af8af commit 78a9632

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mypy/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ def add_invertible_flag(
599599
add_invertible_flag(
600600
"--warn-unused-configs",
601601
default=False,
602-
strict_flag=True,
603602
help="Warn about unused '[mypy-<pattern>]' or '[[tool.mypy.overrides]]' config sections",
604603
group=config_group,
605604
)

0 commit comments

Comments
 (0)