File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ include = [
203203 " instrumentation-genai/opentelemetry-instrumentation-langchain" ,
204204 " instrumentation-genai/opentelemetry-instrumentation-weaviate" ,
205205 " util/opentelemetry-util-genai" ,
206+ " opamp/opentelemetry-opamp-client" ,
206207]
207208# We should also add type hints to the test suite - It helps on finding bugs.
208209# We are excluding for now because it's easier, and more important to add to the instrumentation packages.
@@ -217,4 +218,6 @@ exclude = [
217218 " instrumentation-genai/opentelemetry-instrumentation-weaviate/tests/**/*.py" ,
218219 " instrumentation-genai/opentelemetry-instrumentation-weaviate/examples/**/*.py" ,
219220 " util/opentelemetry-util-genai/tests/**/*.py" ,
221+ " opamp/opentelemetry-opamp-client/tests/**/*.py" ,
222+ " opamp/opentelemetry-opamp-client/src/opentelemetry/*/proto/*.py" ,
220223]
You can’t perform that action at this time.
0 commit comments