Skip to content

22.9.0

Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 05 Sep 22:42
· 25 commits to master since this release
96db583
  • Add --safe and --aggressive
  • Add --pyanalyze-report
  • Do not add None return types to methods marked with @abstractmethod and
    to methods in stub files
  • Improve type inference:
    • "string" % ... is always str
    • b"bytes" % ... is always bytes
    • An and or or operator where left and right sides are of the same type
      returns that type
    • is, is not, in, and not in always return bool