Pull_mode none/floating for Raspberry Pi GPIO

Is there any reason why HA doesn’t support a none/floating pull_mode, where neither an internal pull-up nor a pull-down resistor is used?

The underlying RPi library does support it with GPIO.PUD_OFF, so why it’s not supported?