Closed mabrowning closed 3 years ago
I've not really worked with protobuf map fields before so I didn't have any cases covering them. I should probably just disable all of the typechecker
messages on the protobuf ClassDef
s, but I'll see if there's anything to be saved from them.
pip install git+https://github.com/nelfin/pylint-protobuf@da4e6453a7dfd8484fdb16e925e25c94d7a467e4
This change adds a __getitem__
method to the generated MapTestEntry
type, which satisfies the pylint typecheck
checker.
This has been released in v0.15.0
I'm on a roll, but our codebase is huge and I really want to use this plugin!
(edited to include
E1135
)but: