reflex/reflex/app_mixins
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 split lifespan and middleware logic in separate mixin files (#3557) 2024-06-29 08:50:04 -07:00
lifespan.py add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00
middleware.py enable PGH, bump pyright and fix all #type: ignore (#4699) 2025-01-28 13:11:05 -08:00
mixin.py use better typing for on_load (#4274) 2024-10-30 16:52:16 -07:00