Open
Description
Sorry, I don't have much time, but mypy screams here:
my_valyes = values(
column("x", Integer), # here
column("y", Integer), # and here
name="my_values",
).data(my_values_data)
with:
error: Argument 1 to "Values" has incompatible type "ColumnClause[Integer]"; expected "Column[Any]"
error: Argument 2 to "Values" has incompatible type "ColumnClause[Integer]"; expected "Column[Any]"
stubs version 0.0.2a6