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 26e221d commit 9706862Copy full SHA for 9706862
mypy/main.py
@@ -444,7 +444,7 @@ def add_argument_group(
444
if title not in [
445
"positional arguments",
446
"options",
447
- "optional argument", # name in python 3.9
+ "optional arguments", # name in python 3.9
448
]: # These are built-in names, ignore them.
449
if not title[0].isupper():
450
raise ValueError(
0 commit comments