mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2026-03-13 08:10:39 +08:00
The generate_instrumentation_bootstrap.py script was failing with a ruff linting error (PLC0415: import should be at top-level) when checking the auto_instrumentation module. Add noqa comment to suppress this error for the gevent monkey patch import, which is intentionally inside a try-except block for conditional loading. This allows the bootstrap generation script to complete successfully.
19 lines
418 B
Plaintext
19 lines
418 B
Plaintext
pylint==3.0.2
|
|
httpretty==1.1.4
|
|
pyright==v1.1.404
|
|
sphinx==7.1.2
|
|
sphinx-rtd-theme==2.0.0rc4
|
|
sphinx-autodoc-typehints==1.25.2
|
|
pytest==7.4.4
|
|
pytest-cov==4.1.0
|
|
readme-renderer==42.0
|
|
bleach==4.1.0 # transient dependency for readme-renderer
|
|
markupsafe>=2.0.1
|
|
codespell==2.1.0
|
|
requests==2.32.3
|
|
ruamel.yaml==0.17.21
|
|
flaky==3.7.0
|
|
pre-commit==3.7.0; python_version >= '3.9'
|
|
pre-commit==3.5.0; python_version < '3.9'
|
|
ruff==0.14.1
|