Skip to content

Commit 631a66d

Browse files
committed
fix inlime keyborads deletes
1 parent c82f8c4 commit 631a66d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-yaml

bot/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ async def button_handler(update: Update, context: ContextTypes.DEFAULT_TYPE) ->
706706
cameraWrap.cleanup_unfinished_lapses()
707707
elif "gcode:" in query.data:
708708
await ws_helper.execute_ws_gcode_script(query.data.replace("gcode:", ""))
709+
delete_query = False
709710
elif "updstatus" in query.data:
710711
await status_no_confirm(update.effective_message)
711712
delete_query = False

scripts/requirements.dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ mypy==1.14.1
77
numpy~=2.2.2 ; python_version>='3.10'
88
numpy~=2.0.2 ; python_version=='3.9'
99
opencv-python~=4.11.0.86
10-
pipdeptree==2.24.0
10+
pipdeptree==2.25.0
1111
pre-commit==4.1.0 ; python_version>='3.9'
1212
pre-commit==3.5.0 ; python_version<='3.8'
1313
psutil==6.1.1
14-
pylint==3.3.3
14+
pylint==3.3.4
1515
pytest==8.3.4
1616
types-cachetools==5.5.0.20240820
1717
types-emoji==2.1.0.3

0 commit comments

Comments
 (0)