wemake-python-styleguide v0.0.7 Release Notes

  • ๐Ÿ”‹ 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 visitors are initialized in tests
    • โœ… Tests now cover nested classes' explicit bases
    • โœ… Tests now cover nested classes and functions noqa comment