reflex/integration
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
..
init-test Support reflex app creation from templates from github (#2490) 2024-04-04 15:31:34 -07:00
shared fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
__init__.py Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00
conftest.py Benchmark with app harness (#2774) 2024-03-13 15:59:55 -07:00
test_background_task.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_call_script.py ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
test_client_storage.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -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_connection_banner.py apps should no longer call "app.compile()" (#2291) 2023-12-18 16:06:21 -08:00
test_dynamic_routes.py ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
test_event_actions.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_event_chain.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_form_submit.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_input.py [REF-2101] Support default_value and default_checked on rx.el.input (#2739) 2024-02-27 16:57:37 -08:00
test_large_state.py simple pytest benchmark for measuring event <=> state update round trip time (#2489) 2024-01-30 15:55:55 -08:00
test_login_flow.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_media.py fix image serializing - REF-1889 (#2550) 2024-02-22 08:13:19 -08:00
test_navigation.py [REF-1993] link: respect is_external prop and other attributes on A tag (#2651) 2024-02-19 15:43:27 -08:00
test_server_side_event.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_shared_state.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_state_inheritance.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_table.py ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
test_tailwind.py Track state usage (#2441) 2024-03-07 14:25:55 -08:00
test_upload.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
test_urls.py initial attempt at writing test for urls (#2689) 2024-02-29 13:45:57 -08:00
test_var_operations.py fix AppHarness reloading (#2916) 2024-03-26 11:09:46 -07:00
utils.py [REF-2265] ComponentState: scaffold for copying State per Component instance (#2923) 2024-03-29 09:22:25 -07:00