wemake-python-styleguide v0.13.2 Release Notes

Release Date: 2019-12-10 // over 4 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes that Github Action was failing for wrong status code
    • ๐Ÿ›  Fixes NegatedConditionsViolation false positive on absent else in combination with elif
    • ๐Ÿ›  Fixes WPS528 false positive on augmented assigns
    • ๐Ÿ›  Fixes incorrect message for WPS349
    • ๐Ÿ›  Fixes that reviewdog was not able to create more than 30 comments per PR

    Misc

    • ๐Ÿ‘• pylint docs fixed
    • ๐Ÿ›  Fixes docs about implicit yield violation