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.
--disallow-any-generics
1 parent a706914 commit 2d785dfCopy full SHA for 2d785df
docs/source/dynamic_typing.rst
@@ -86,7 +86,7 @@ treated as ``Any``:
86
reveal_type(x[0]) # Revealed type is "Any"
87
x[0].anything_goes() # OK
88
89
-You can make mypy warn you about untyped function parameters using the
+You can make mypy warn you about missing generic parameters using the
90
:option:`--disallow-any-generics <mypy --disallow-any-generics>` flag.
91
92
Finally, another major source of ``Any`` types leaking into your program is from
0 commit comments