reflex/reflex/components/core
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
..
layout add center / spacer / hstack / vstack in radix/themes/layout (#2331) 2024-01-30 15:39:22 -08:00
__init__.py introduce customizable breakpoints (#3568) 2024-06-27 01:34:49 +03:00
__init__.pyi pyi_generator cleanup: ruff, remove fully qualified reflex. names (#3591) 2024-06-29 08:48:01 -07:00
banner.py enable PGH, bump pyright and fix all #type: ignore (#4699) 2025-01-28 13:11:05 -08:00
banner.pyi add ERA rules to detect commented out code (#4472) 2024-12-11 18:26:44 -08:00
breakpoints.py fix version in pyproject and ruff version check (#4690) 2025-01-28 14:20:26 +01:00
client_side_routing.py add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00
client_side_routing.pyi add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00
clipboard.py add deps and position field in VarData (#4518) 2024-12-13 13:28:55 -08:00
clipboard.pyi add deps and position field in VarData (#4518) 2024-12-13 13:28:55 -08:00
colors.py Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
cond.py add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00
debounce.py enable PGH, bump pyright and fix all #type: ignore (#4699) 2025-01-28 13:11:05 -08:00
debounce.pyi change custom attr to accept any (#4323) 2024-11-07 14:18:13 -08:00
foreach.py enable RUF rules for linting (#4465) 2024-12-10 09:11:50 -08:00
html.py enable N rules for naming conventions (#4666) 2025-01-23 15:29:17 +01:00
html.pyi add ERA rules to detect commented out code (#4472) 2024-12-11 18:26:44 -08:00
match.py add more type annotations through the code (#4401) 2025-01-29 01:12:47 +01:00
responsive.py [REF-2821]Improve Dynamic Imports (#3345) 2024-05-31 16:43:10 +00:00
upload.py enable PGH, bump pyright and fix all #type: ignore (#4699) 2025-01-28 13:11:05 -08:00
upload.pyi fix upload argspec being missing (#4335) 2024-11-08 10:12:29 -08:00