This release fixes how ...
is used. For example, it is common to define
function stubs / protocols like this:
def some_function(): ...
Now, ...
will be excluded from several rules.
Bugfixes
- Fixes
TooDeepNestingViolation
not to trigger
on...
in functions and classes - Fixes
StatementHasNoEffectViolation
not to trigger
on...
in functions and classes, when it is the only node