reflex/reflex/istate
Thomas Brandého b8b3f8910e
add more type annotations through the code (#4401)
* add more type annotations through the code

* add typing in reflex/utils

* misc typing

* more typings

* state typing

* keep typing

* typing init and utils

* more typing for components

* fix attempt for 3.9

* need more __future

* more typings

* type event plz

* type model

* type vars/base.py

* enable 'ANN001' for reflex folder (ignore tests and benchmarks)

* fix pyi

* add missing annotations

* use more precise error when ignoring
2025-01-29 01:12:47 +01:00
..
__init__.py expose rx.get_state() to get instance of state from anywhere (#3959) 2024-11-05 16:21:59 +01:00
data.py add codespell to pre-commit (#4559) 2024-12-20 17:04:39 -08:00
dynamic.py Handle rx.State subclasses defined in function (#4129) 2024-10-11 16:51:10 -07:00
proxy.py expose rx.get_state() to get instance of state from anywhere (#3959) 2024-11-05 16:21:59 +01:00
storage.py move client storage classes to their own file (#4216) 2024-10-22 21:17:31 +02:00
wrappers.py add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00