We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849b6e2 commit 8db0e6eCopy full SHA for 8db0e6e
crates/red_knot_python_semantic/src/types.rs
@@ -3450,6 +3450,9 @@ impl<'db> Type<'db> {
3450
))
3451
}
3452
3453
+ // TODO: We should probably also check the original return type of the function
3454
+ // that was decorated with `@dataclass_transform`, to see if it is consistent with
3455
+ // with what we configure here.
3456
Type::DataclassTransformer(_) => Signatures::single(CallableSignature::single(
3457
self,
3458
Signature::new(
0 commit comments