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 91233ca commit 52d2a4cCopy full SHA for 52d2a4c
mypy/main.py
@@ -436,7 +436,7 @@ def add_argument_group(
436
if title not in [
437
"positional arguments",
438
"options",
439
- "optional argument" # name in python 3.9
+ "optional argument", # name in python 3.9
440
]: # These are built-in names, ignore them.
441
if not title[0].isupper():
442
raise ValueError(
0 commit comments