Skip to content

Commit 91233ca

Browse files
name that occurs in python 3.9
1 parent 185371a commit 91233ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def add_argument_group(
436436
if title not in [
437437
"positional arguments",
438438
"options",
439+
"optional argument" # name in python 3.9
439440
]: # These are built-in names, ignore them.
440441
if not title[0].isupper():
441442
raise ValueError(

0 commit comments

Comments
 (0)