22.9.0
- Add
--safeand--aggressive - Add
--pyanalyze-report - Do not add
Nonereturn types to methods marked with@abstractmethodand
to methods in stub files - Improve type inference:
"string" % ...is alwaysstrb"bytes" % ...is alwaysbytes- An
andororoperator where left and right sides are of the same type
returns that type is,is not,in, andnot inalways returnbool