wemake-python-styleguide v0.0.3 Release Notes

  • ๐Ÿ”‹ Features

    • 0๏ธโƒฃ We now use Z as the default code for our errors
    • We have shuffled errors around, changing code and formats
    • Now all name errors share the same class
    • โž• Adds PrivateNameViolation
    • Now imports inside any structures rather than Module raises an error
    • โž• Adds file and klass as restricted names
    • Now __import__ is just a bad function name, not a special case
    • Now version is defined in poetry.toml only
    • ๐Ÿ”ง We now have configuration! And it covers all design errors

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes issue with missing parents :batman:
    • ๐Ÿ›  Fixes issue with _$NAME patterns being ignored