Skip to content

Published 1.0.52

Choose a tag to compare

@erictraut erictraut released this 05 Aug 03:28

New Feature: Added "strictParameterNoneValue" rule.
New Feature: Improved type checking for raise and raise/from statements.
Bug Fix: Fixed handling of super() call. It now properly handles zero, one and two-arg versions. Also handles case where target class derives from multiple base classes.