Skip to content

Commit 945b7b9

Browse files
committed
Try to typecheck opamp client
1 parent 99f20ce commit 945b7b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ include = [
206206
"instrumentation-genai/opentelemetry-instrumentation-weaviate",
207207
"util/opentelemetry-util-genai",
208208
"exporter/opentelemetry-exporter-credential-provider-gcp",
209+
"opamp/opentelemetry-opamp-client",
209210
]
210211
# We should also add type hints to the test suite - It helps on finding bugs.
211212
# We are excluding for now because it's easier, and more important to add to the instrumentation packages.
@@ -220,4 +221,6 @@ exclude = [
220221
"instrumentation-genai/opentelemetry-instrumentation-weaviate/tests/**/*.py",
221222
"instrumentation-genai/opentelemetry-instrumentation-weaviate/examples/**/*.py",
222223
"util/opentelemetry-util-genai/tests/**/*.py",
224+
"opamp/opentelemetry-opamp-client/tests/**/*.py",
225+
"opamp/opentelemetry-opamp-client/src/opentelemetry/*/proto/*.py",
223226
]

0 commit comments

Comments
 (0)