Keras is not friendly to typed python developers and linters

The package is written in the style of versions prior to 3.5 (without type distribution)

It does not implement PEP 484, which incorporates type hints for advanced development tools, and it makes it difficult to track programs that encapsulate keras

Are there any plans to develop this feature or any reasons why it is not implemented yet?

Comment From: pctablet505

We are currently not planning for it, we will be experimenting this with keras-rs first.