🚀 Feature
Due to limitations in mypy
or to be precise in typeshed
, int
and float
are no numbers.Number
. (For some extra details #1391 (comment))
Therefore it would be helpful to change the typing from number.Number
to float
and remove several # type: ignore
, where applicable.