Files
opentelemetry-python-contrib/.github
Luke (GuangHui) Zhang 4f89e758b1 fix: suppress ruff PLC0415 for conditional gevent import (#3842)
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.
2025-11-13 12:23:10 +01:00
..
2023-05-22 17:19:50 -06:00
2025-10-13 11:33:23 -08:00