diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..6943b0f --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,5 @@ +{ + "venvPath": ".", + "venv": ".venv", + "pythonVersion": "3.13" +} diff --git a/requirements.txt b/requirements.txt index b97ef12..875533f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -reflex>=0.7.11 \ No newline at end of file +reflex>=0.7.11 +pre-commit>=4.2.0