reflex/reflex/components/next
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 Refactor chakra components into separate folder (#2315) 2023-12-21 09:52:08 -08:00
base.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
base.pyi change custom attr to accept any (#4323) 2024-11-07 14:18:13 -08:00
image.py add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00
image.pyi enable N rules for naming conventions (#4666) 2025-01-23 15:29:17 +01:00
link.py enable PGH, bump pyright and fix all #type: ignore (#4699) 2025-01-28 13:11:05 -08:00
link.pyi change custom attr to accept any (#4323) 2024-11-07 14:18:13 -08:00
video.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
video.pyi change custom attr to accept any (#4323) 2024-11-07 14:18:13 -08:00