github wemake-services/wemake-python-styleguide 0.15.3
Version 0.15.3

latest releases: 0.19.2, 0.19.1, 0.19.0...
2 years ago

Bugfixes

  • Fixes crash on python3.10
  • Fixes UselessReturningElseViolation to not report else with break #1958
  • Fixes ReassigningVariableToItselfViolation to not report on x = (x,) #1807
  • Fixes ReassigningVariableToItselfViolation to extract variables
    from unary operators #1874
  • Fixes that f'{some:,}' was considered too complex #1921
  • Fixes that range(len(x)) was not allowed even outside for loops #1883

Misc

  • Adds documentation (and tests) for how to run project on Jupyter Notebooks
  • Updates mypy to 0.902 and fixes type issues

Don't miss a new wemake-python-styleguide release

NewReleases is sending notifications on new releases.