False positive no-member
when wrapping dataclasses field
#9972
Labels
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
Bug description
If I want to alias/wrap a field for a dataclass, then pylint thinks that the members of the dataclass at that point are actually
Field
objects (at least when checking forno-member
). Here's a minimal example:Configuration
No response
Command used
Pylint output
Expected behavior
No error throw because object is correctly identified as the type it is hinted as
Pylint version
OS / Environment
Windows 11
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: