Commit 2420137
Fix aiopg lint wrapt pin, uv.lock format, and ruff blank lines
- tox.ini: pin wrapt>=1.0.0,<2.0.0 + Deprecated==1.2.14 for
lint-instrumentation-aiopg; aiopg source uses __wrapped__ heavily and
pylint's no-member error appeared when wrapt 2.x was installed
- uv.lock: regenerate using pre-commit hook (uv v0.9.30) to fix
trailing-slash format on registry URLs
- httpx/test_httpx_integration.py: add blank line before try/except
block (ruff I001/E303 formatting fix)
- pika/utils.py: add blank line before try/except block (same ruff fix)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8bcc2cf commit 2420137
File tree
4 files changed
+219
-215
lines changed- instrumentation
- opentelemetry-instrumentation-httpx/tests
- opentelemetry-instrumentation-pika/src/opentelemetry/instrumentation/pika
4 files changed
+219
-215
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
instrumentation/opentelemetry-instrumentation-pika/src/opentelemetry/instrumentation/pika/utils.py
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| 722 | + | |
| 723 | + | |
722 | 724 | | |
723 | 725 | | |
724 | 726 | | |
| |||
0 commit comments