Skip to content

Commit 2d73fd1

Browse files
committed
refactor: restore declarative q7 scmap fields
1 parent f8c069c commit 2d73fd1

File tree

4 files changed

+400
-169
lines changed

4 files changed

+400
-169
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: mypy
4444
exclude: cli.py
45-
additional_dependencies: [ "types-paho-mqtt" ]
45+
additional_dependencies: [ "types-paho-mqtt", "types-protobuf" ]
4646
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
4747
rev: v9.23.0
4848
hooks:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"pycryptodomex~=3.18 ; sys_platform == 'darwin'",
2626
"paho-mqtt>=1.6.1,<3.0.0",
2727
"construct>=2.10.57,<3",
28+
"protobuf>=5,<7",
2829
"vacuum-map-parser-roborock",
2930
"pyrate-limiter>=4.0.0,<5",
3031
"aiomqtt>=2.5.0,<3",
@@ -55,6 +56,7 @@ dev = [
5556
"pyyaml>=6.0.3",
5657
"pyshark>=0.6",
5758
"pytest-cov>=7.0.0",
59+
"types-protobuf",
5860
]
5961

6062
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)