Skip to content

Commit cb5a83a

Browse files
authored
add uv required version (#5595)
1 parent 9268189 commit cb5a83a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,6 @@ hooks = [{ id = "darglint", exclude = "^reflex/reflex.py" }]
273273
repo = "https://github.com/pre-commit/mirrors-prettier"
274274
rev = "f62a70a3a7114896b062de517d72829ea1c884b6"
275275
hooks = [{ id = "prettier", require_serial = true }]
276+
277+
[tool.uv]
278+
required-version = ">=0.7.0"

0 commit comments

Comments
 (0)