We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb921c4 commit ae44b30Copy full SHA for ae44b30
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ fail_fast: true
2
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.12.10
+ rev: v0.12.11
6
hooks:
7
- id: ruff-check
8
files: ^reflex_ui/
@@ -28,7 +28,7 @@ repos:
28
# entry: python3 scripts/make_pyi.py
29
30
- repo: https://github.com/RobertCraigie/pyright-python
31
- rev: v1.1.404
+ rev: v1.1.405
32
33
- id: pyright
34
reflex_ui/blocks/lemcal.py
@@ -4,6 +4,8 @@
import reflex_ui as ui
+LEMCAL_DEMO_URL = "https://app.lemcal.com/@alek/reflex-demo-call"
+
9
10
@rx.memo
11
def lemcal_booking_calendar():
0 commit comments