Skip to content

1.5 (2020-05-24)

Compare
Choose a tag to compare
@jendrikseipp jendrikseipp released this 24 May 18:58
· 168 commits to main since this release
  • Support flake8 "noqa" error codes F401 (unused import) and F841 (unused
    local variable) (RJ722, #195).
  • Detect unreachable code in conditional expressions
    (Agathiyan Bragadeesh, #178).