Version 1.2.1
1.2.1:
- Fix for only showing files with violating results when using
--violations(#74)
Advisories:
- Upgraded urllib3 1.25.10 to 1.26.5 (GHSA-q2q7-5pp4-w6pg)
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
nonlocaland user-definedlong(#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
withstatement (#73)