Skip to content

Commit ae44b30

Browse files
committed
add lemcal demo url
1 parent bb921c4 commit ae44b30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.10
5+
rev: v0.12.11
66
hooks:
77
- id: ruff-check
88
files: ^reflex_ui/
@@ -28,7 +28,7 @@ repos:
2828
# entry: python3 scripts/make_pyi.py
2929

3030
- repo: https://github.com/RobertCraigie/pyright-python
31-
rev: v1.1.404
31+
rev: v1.1.405
3232
hooks:
3333
- id: pyright
3434
files: ^reflex_ui/

reflex_ui/blocks/lemcal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
import reflex_ui as ui
66

7+
LEMCAL_DEMO_URL = "https://app.lemcal.com/@alek/reflex-demo-call"
8+
79

810
@rx.memo
911
def lemcal_booking_calendar():

0 commit comments

Comments
 (0)