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 3456a8b commit 19d9d40Copy full SHA for 19d9d40
docs/source/error_code_list2.rst
@@ -682,7 +682,7 @@ Example:
682
Error if an untyped decorator makes a typed function effectively untyped [untyped-decorator]
683
----------------------------------------------------->
684
685
-If enabled with :option:`--disallow-untyped-decorators`
+If enabled with :option:`--disallow-untyped-decorators <mypy --disallow-untyped-decorators>`
686
mypy generates an error if a typed function is wrapped by an untyped decorator
687
(as this would effectively remove the benefits of typing the function).
688
0 commit comments