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 fa8d22d commit 7cbcebaCopy full SHA for 7cbceba
sphinx_click/ext.py
@@ -411,7 +411,7 @@ def nested(argument: ty.Optional[str]) -> NestedT:
411
if argument not in values:
412
raise ValueError(
413
"%s is not a valid value for ':nested:'; allowed values: %s"
414
- % directives.format_values(values) # type: ignore
+ % directives.format_values(values)
415
)
416
417
return ty.cast(NestedT, argument)
0 commit comments