Skip to content

Commit

Permalink
refactor: Default to no parsing for serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 13, 2021
1 parent b779f55 commit 8fecd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/griffe/encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
self,
*args: Any,
full: bool = False,
docstring_parser: Parser | None = Parser.google,
docstring_parser: Parser | None = None,
docstring_options: dict[str, Any] | None = None,
**kwargs: Any
) -> None:
Expand Down

0 comments on commit 8fecd9e

Please # to comment.