docstrings/sphinx: Support "warn unknown params" feature #64
Labels
feature
New feature or request
griffe: docstrings
Related to docstring parsing
griffe: sphinx
Related to Sphinx-style docstrings
When a docstring is parsed, and a parameter is found, and the docstring has a parent function attached, we check that the parameter actually exists in the signature.
The following example should emit a warning:
The text was updated successfully, but these errors were encountered: