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
Add option to read return type of properties in their summary (Google-style) (096970f by Timothée Mazzucotelli). Issue #137, PR #206
Add option to make parentheses around the type of returned values optional (Google-style) (b0620f8 by Timothée Mazzucotelli). Issue #137
Get class parameters from parent's __init__ method (e8a9fdc by Timothée Mazzucotelli). Issue #205
Bug Fixes
Use all members (declared and inherited) when checking for breakages, avoid false-positives when a member of a class is moved into a parent class (1c4340b by Timothée Mazzucotelli). Issue #203
Skip early submodules with dots in their path (5e81b8a by Timothée Mazzucotelli). Issue #185
Code Refactoring
Allow iterating on expressions in both flat and nested ways (3957fa7 by Timothée Mazzucotelli).