From ca60512e5354c2032f7c8971229930f658923310 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 15 Jul 2025 11:02:47 -0700 Subject: [PATCH] modify the contributing guide a tad bit to use uv run python -m reflex.utils.pyi_generator --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5213449129..edf54fa8b0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,5 +108,5 @@ For some pull requests when adding new components you will have to generate a py (Please check in with the team before adding a new component to Reflex we are cautious about adding new components to Reflex's core.) ```bash -uv run python scripts/make_pyi.py +uv run python -m reflex.utils.pyi_generator ```