wemake-python-styleguide v0.0.2 Release Notes

  • ๐Ÿ”‹ Features

    • โž• Adds some new blacklisted variables' names
    • โž• Adds docs for each existing error code
    • โž• Adds whitelisted names for nested functions: decorator and factory
    • โž• Adds new blacklisted module's metadata variables
    • Removed BAD_IMPORT_FUNCTIONS variable, now just checking __import__

    โœ… Testing

    • โž• Add gen-tests that cover most of the issues
    • โœ‚ Removed almost all integration tests, saving just a few of them

    Misc

    • โž• Adds poetry as the main project tool
    • โž• Adds shpinx as a documentation tool