Add Support for Positional-Only Arguments
sco1 opened this issue · 0 comments
sco1 commented
Python 3.8 introduces positional-only arguments, which are handled explicitly in the AST as their own argument type so they won't be checked for type annotations.