Thomas Brandého
53f09756b6
autodetect print/breakpoints ( #4581 )
...
* catch stray breakpoints and prints
* autodetect debug prints and breakpoints in main code
* readd hacky print in pyi_generator?
2025-01-03 12:51:02 -08:00
Thomas Brandého
61cb72596e
enable PTH rule ( #4476 )
...
* enable PTH rule
* fix import in test_call_script
* fix units tests
* reorder ruff rules
* Update reflex/utils/build.py
Co-authored-by: Masen Furer <m_github@0x26.net>
* format pyproject.toml
---------
Co-authored-by: Masen Furer <m_github@0x26.net>
2024-12-13 14:06:26 -08:00
benedikt-bartscher
2cb193e8d6
improve app_src typing ( #4324 )
2024-11-07 14:08:37 -08:00
Thomas Brandého
4c0b49135b
stop ignoring some lint rules ( #4311 )
...
* bump python packages version
* stop ignoring some lint rules that pass ruff check
* stop ignoring rule F541
* remove sneaky test file
2024-11-06 13:32:31 -08:00
Khaleel Al-Adhami
141cb8d21b
unbreak ci lighthouse ( #4273 )
...
* unbreak ci lighthouse
* forgot to precommit
2024-10-30 15:16:16 -07:00
Thomas Brandého
3f51943162
use pathlib as much as possible ( #3967 )
...
* use pathlib as much as possible
* fixstuff
* break locally to unbreak in CI 🤷
* add type on env
* debug attempt 1
* debugged
* oops, there is the actual fix
* fix 3.9 compat
2024-10-03 17:50:39 +02:00
Elijah Ahianyo
625c5302dd
[REF-3562][REF-3563] Replace chakra usage ( #3872 )
2024-09-12 10:46:42 -07:00
Elijah Ahianyo
9c656a0f9c
Fix benchmark tests ( #3822 )
2024-08-23 11:55:18 -07:00
Elijah Ahianyo
1f3779f40e
[REF-3536][REF-3537][REF-3541] Move chakra components into its repo(reflex-chakra) ( #3798 )
2024-08-19 13:41:31 -07:00
Alek Petuskey
0a8b8a89b4
Benchmarking Updates ( #3680 )
...
* Benchmark test
* Lighthouse posthog
---------
Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MacBook-Pro.local>
2024-07-17 17:15:13 -07:00
Thomas Brandého
ed05f57fc9
Make .web
configurable with REFLEX_WEB_WORKDIR ( #3462 )
2024-06-17 16:17:00 -04:00
Nikhil Rao
7903a1020d
Clean up config and app API ( #3197 )
2024-05-02 18:15:28 -07:00
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
benedikt-bartscher
f27eae7655
fix AppHarness reloading ( #2916 )
...
* move AppHarness tests to module scope
* fix AppHarness reloading
* add test
* docstrings and formatting
* fix benchmarks not reloading state module
2024-03-26 11:09:46 -07:00
Elijah Ahianyo
a06b570e3a
Benchmark with app harness ( #2774 )
2024-03-13 15:59:55 -07:00