reflex/tests/components
Jirka Borovec 4d567b7ec1
ruff-format: unify Black with Ruff v0.1 (#2837)
* ruff-format: unify Black with Ruff

* ruff lint.

* v0.1.0

* run precommit

* hand fixing

* fix `not isinstance(...)`

Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>

* rev isinstance(...) with noqa

* exclude = ["*.pyi"]

* apply precommit

* apply format

* revert pyi

* fixing

* Fix or

Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>

* Update reflex/components/datadisplay/code.pyi

* Apply suggestions from code review

Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>

* Update tests/components/core/test_colors.py

* Update reflex/app.py

* Update reflex/app.py

* Update benchmarks/test_benchmark_compile_pages.py

* Update benchmarks/test_benchmark_compile_pages.py

* Update benchmarks/test_benchmark_compile_pages.py

---------

Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>
2024-04-23 14:40:06 -07:00
..
base generate pyi files when building/publishing 3rd party component (#2945) 2024-03-29 09:54:21 -07:00
core ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
datadisplay Top-level namespace tweaks (#2523) 2024-02-05 11:14:02 -08:00
el Lendemor/improve coverage (#2988) 2024-04-04 14:31:43 +02:00
forms generate pyi files when building/publishing 3rd party component (#2945) 2024-03-29 09:54:21 -07:00
graphing Lendemor/improve coverage (#2988) 2024-04-04 14:31:43 +02:00
layout generate pyi files when building/publishing 3rd party component (#2945) 2024-03-29 09:54:21 -07:00
lucide Lendemor/improve coverage (#2988) 2024-04-04 14:31:43 +02:00
media Use rx.el.img as rx.image (#2558) 2024-02-08 14:44:53 -08:00
radix Lendemor/improve coverage (#2988) 2024-04-04 14:31:43 +02:00
typography remove inheritance from Flex for list components (#2936) 2024-03-28 10:58:36 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_component_future_annotations.py [REF-2272] Support declaring EventHandlers directly in component (#2952) 2024-03-29 06:26:07 -07:00
test_component_state.py [REF-2265] ComponentState: scaffold for copying State per Component instance (#2923) 2024-03-29 09:22:25 -07:00
test_component.py [REF-2636]Improve Error message for unsupported event trigger (#3147) 2024-04-23 14:36:26 -07:00
test_tag.py fixed issue with hypens (#2450) 2024-01-26 14:14:46 -08:00