Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@netromdk netromdk released this 08 May 11:08
· 354 commits to master since this release
5612421
  • Target versions violations linting mode: --violations (#57, README section)
  • Fix crash on adding exclusion after overriding config from another (#68)
  • Fix member detection in exception handlers and raise expressions (#69)
  • Detect nonlocal and user-defined long (#70)
  • Capture assignment targets as user-defines
  • Detect ellipsis literal out of slices (#71)
  • Detect set literals and set comprehensions (#72)
  • Detect multiple context expressions in a with statement (#73)

Appreciated feedback and contributions from @gousaiyang.