wemake-python-styleguide v0.0.5 Release Notes

  • 🔋 Features

    • We now allow generator_stop to be a __future__ import
    • We now restrict dotted raw imports like: import os.path
    • We now check import aliases as regular variable names

    Misc

    • We have added a CONTRIBUTING.md file to help new contributors