JelleZijlstra / autotyping

Automatically add simple type annotations to your code
215 stars 18 forks source link

Detect more return types #30

Closed orsinium closed 2 years ago

orsinium commented 2 years ago
  1. a is b always returns bool
  2. not a always returns bool
  3. Support more str methods.
JelleZijlstra commented 2 years ago

I can deal with the CI failure.

JelleZijlstra commented 2 years ago

Seems like I don't have permission to edit your branch. CI should be fixed if you merge master into your branch.

orsinium commented 2 years ago

Let's try smaller chunks