support no-member and type inference for attrs classes? #724
Labels
Enhancement ✨
Improvement to a component
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Currently it seems that the attrs plugin only aims to avoid false warnings.
I'd like it to also support detection of nonexistent members (no-member), and be able to use available member type information.
I don't observe that astroid does either of these currently, and the plugin tests are limited to "does a Factory dict attribute infer as Unknown".
The text was updated successfully, but these errors were encountered: