hypertrace / pythonagent

Hypertrace Python agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main has three lint errors with latest pylint version

rcbjBlueMars opened this issue · comments

Fix these reported errors in the latest pipeline run:
lint run-test: commands[0] | pylint --ignore config_pb2.py --disable R0801,W0123 src/hypertrace
************* Module hypertrace.agent.instrumentation.grpc
src/hypertrace/agent/instrumentation/grpc/init.py:136:0: W0223: Method 'code' is abstract in class 'ServicerContext' but is not overridden (abstract-method)
src/hypertrace/agent/instrumentation/grpc/init.py:136:0: W0223: Method 'details' is abstract in class 'ServicerContext' but is not overridden (abstract-method)
src/hypertrace/agent/instrumentation/grpc/init.py:136:0: W0223: Method 'trailing_metadata' is abstract in class 'ServicerContext' but is not overridden (abstract-method)


Separately, put specific pylint version dependency on top-level requirements.txt file to eliminate these problems sneaking in.