You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow using Ruff to format signatures and attribute values (d67215c by dm). PR-216
Bug Fixes
Respect show_signature_annotations option for attribute signatures in headings (e93d166 by Timothée Mazzucotelli). Issue-griffe-pydantic#9
Handle __init__ overloads when merging into class (af6fab3 by Timothée Mazzucotelli). Issue-212
Actually check if a module is public when rendering auto-generated summary table for modules (3bf55b2 by Timothée Mazzucotelli). Issue-203
Never render line numbers for signatures and attribute values (a669f1c by Timothée Mazzucotelli). Issue-192
Respect highlight's linenums config for pycon examples in docstrings (53eb82a by Timothée Mazzucotelli). Related-to-#192
Fix normalization of extension paths on the annoying operating system and Python 3.13 (101a6dc by Timothée Mazzucotelli).
Don't merge parent __init__ docstring into class docstring if such inherited method wasn't selected through the inherited_members configuration option (6c5b5c3 by Timothée Mazzucotelli). Issue-189
Code Refactoring
Render * and ** outside of cross-references in signatures (c4506f0 by Timothée Mazzucotelli). Needed-for-PR-216