Skip to content

Version 0.0.7

Compare
Choose a tag to compare
@sobolevn sobolevn released this 06 Sep 12:18
· 2688 commits to master since this release

Features

  • Added new magic methods to the black list
  • We now do not count _ as a variable in TooManyLocals check
  • We now restrict to nest lambdas
  • We now allow to configure the minimal variable's name length via setup.cfg

Misc

  • Refactored how complexity checks are defined
  • Refactored how errors are defined
  • Now each check has strict Raises: policy which lists all possible errors
    that this check can find and raise
  • Changed how visiters are initialized in tests
  • Tests now cover nested classes' explicit bases
  • Tests now cover nested classes and functions noqa comment