wemake-python-styleguide v0.13.4 Release Notes

Release Date: 2020-01-19 // over 4 years ago
  • ๐Ÿš€ This is the last 0.13.x supporting release,
    ๐Ÿ‘ we have to concentrate on python3.8 support
    and 0.14.0 which will introduce it to the public.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix false positive ImplicitYieldFromViolation for async functions #1057
    • ๐Ÿ›  Fixes nested-classes-whitelist option default value for flake8 prior 3.7.8 #1093
    • ๐Ÿ‘Œ Improve boolean non-keyword arguments validation #1114

    Misc

    • โšก๏ธ Updates flake8-pep3101
    • โšก๏ธ Updates flake8-builtins
    • โšก๏ธ Updates flake8-eradicate
    • ๐Ÿ”จ Several small refactoring sessions
    • โž• Adds hypothesis-based tests
    • โž• Adds flakehell base config
    • ๐Ÿ›  Fixes flakehell docs
    • Fixes MAX_NOQA_COMMENTS and related violation docs
    • ๐Ÿ›  Fixes OverusedExpressionViolation and TooManyExpressionsViolation docs