Skip to content

Version 0.15.3

Compare
Choose a tag to compare
@sobolevn sobolevn released this 21 Jun 19:33
· 845 commits to master since this release
79b2693

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