danslinger

Results 3 comments of danslinger

Thanks for checking @nelfin . I neglected to mention I also did try this with a Python 3.8 virtual environment, and even stepped back a few versions of pylint (2.9...

Yeah, the missing `astroid` was a copy/paste error. The version is `astroid==2.11.7` ### person.proto ``` syntax = "proto3"; message Person { string name = 1; } ```` ### person_pb2.py ```#...

I have the same issue. I am on version 6.11.3. Curiously I'm using this in two different places. One is my large application where I'm using webpack and electron. That...