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
TooDeepNestingViolationnot to trigger
on...in functions and classes - Fixes
StatementHasNoEffectViolationnot to trigger
on...in functions and classes, when it is the only node