Skip to content

Type check with standard attr package

Matt Harbison requested to merge topic/default/pytype-attrs into branch/default

This gives us a lot more classes (namely @attr.s annotated stuff), instead of them getting stubbed out to Any by pytype.

Merge request reports