Version 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-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
with
statement (#73)
Appreciated feedback and contributions from @gousaiyang.