nixbot

builds
1this derivation will be built:2 /nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv3error: Cannot build '/nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/92m84f6shq48x1n3bj2s2xx7w57q919j-context7-cli-0.1.07 Last 25 log lines:8 > 301 |9 > - request = urllib.request.Request(url, headers=headers) # noqa: S31010 > 302 + request = urllib.request.Request(url, headers=headers)11 > 303 |12 > |13 >14 > RUF100 [*] Unused `noqa` directive (non-enabled: `S310`)15 > --> context7_cli.py:305:7216 > |17 > 304 | try:18 > 305 | with urllib.request.urlopen(request, timeout=60) as response: # noqa: S31019 > | ^^^^^^^^^^^^20 > 306 | content: str = response.read().decode("utf-8")21 > 307 | return content22 > |23 > help: Remove unused `noqa` directive24 > |25 > 304 | try:26 > - with urllib.request.urlopen(request, timeout=60) as response: # noqa: S31027 > 305 + with urllib.request.urlopen(request, timeout=60) as response:28 > 306 | content: str = response.read().decode("utf-8")29 > |30 >31 > Found 5 errors.32 > [*] 5 fixable with the `--fix` option.33 For full logs, run:34 nix log /nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv