We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d638f6e commit 34cebbdCopy full SHA for 34cebbd
.pre-commit-config.yaml
@@ -52,7 +52,7 @@ repos:
52
cli\.py|
53
roborock/map/proto/.*_pb2\.py
54
)$
55
- additional_dependencies: [ "types-paho-mqtt", "types-protobuf" ]
+ additional_dependencies: [ "types-paho-mqtt" ]
56
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
57
rev: v9.23.0
58
hooks:
pyproject.toml
@@ -56,7 +56,6 @@ dev = [
"pyyaml>=6.0.3",
"pyshark>=0.6",
"pytest-cov>=7.0.0",
59
- "types-protobuf",
60
]
61
62
[tool.hatch.build.targets.sdist]
0 commit comments