Skip to content

Commit 1010ddb

Browse files
committed
fix: add protobuf stubs to mypy hook
1 parent 96c42ab commit 1010ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: mypy
5050
exclude: cli.py
51-
additional_dependencies: [ "types-paho-mqtt" ]
51+
additional_dependencies: [ "types-paho-mqtt", "types-protobuf" ]
5252
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
5353
rev: v9.23.0
5454
hooks:

0 commit comments

Comments
 (0)