Skip to content

Commit 34cebbd

Browse files
committed
fix: avoid extra mypy surface from protobuf stubs
1 parent d638f6e commit 34cebbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252
cli\.py|
5353
roborock/map/proto/.*_pb2\.py
5454
)$
55-
additional_dependencies: [ "types-paho-mqtt", "types-protobuf" ]
55+
additional_dependencies: [ "types-paho-mqtt" ]
5656
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
5757
rev: v9.23.0
5858
hooks:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ dev = [
5656
"pyyaml>=6.0.3",
5757
"pyshark>=0.6",
5858
"pytest-cov>=7.0.0",
59-
"types-protobuf",
6059
]
6160

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

0 commit comments

Comments
 (0)