Skip to content

Version 0.19.1

Compare
Choose a tag to compare
@sobolevn sobolevn released this 26 Mar 10:48
· 262 commits to master since this release
99ba44e

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