Skip to content

v5.3.7

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:43
· 18 commits to main since this release
v5.3.7 — Python false-positive fixes (#66, #67)

string literals/comments — now AST-based (ast.Compare + Is/IsNot against a
real literal) instead of a raw-source regex.
exclusion is anchored as a keyword_argument selector so multi-line and
single-line calls with encoding= are correctly excluded (and binary-mode
opens too). Both fixed with buggy+clean fixtures pinning each direction.