elastic / elasticsearch-serverless-python

Official Python client for Elasticsearch Serverless
Apache License 2.0
9 stars 4 forks source link

Type check against opentelemetry-api #92

Closed pquentin closed 1 week ago

pquentin commented 1 week ago

Right now, utils/build-dists.py calls mypy with opentelemetry-api installed, which was failing. This change reduces the diff, but I'm wondering if utils/build-dists.py should not use nox -s lint instead.