Skip to content

Version 1.2.1

Choose a tag to compare

@netromdk netromdk released this 30 Jun 06:02
· 452 commits to master since this release
646d6ff

1.2.1:

  • Fix for only showing files with violating results when using --violations (#74)

Advisories:

Appreciated feedback from @alalazo.

1.2.0:

  • 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)