1this derivation will be built:2 /nix/store/wnsl65km6m0k4w1yg8vz8115xhhmb1lb-gmaps-cli-0.1.0.drv3error: Cannot build '/nix/store/wnsl65km6m0k4w1yg8vz8115xhhmb1lb-gmaps-cli-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.07 /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist8 Last 25 log lines:9 > 171 | endpoint,10 > |11 >12 > RUF100 [*] Unused `noqa` directive (unused: `S310`)13 > --> gmaps_cli.py:322:4814 > |15 > 321 | try:16 > 322 | request = urllib.request.Request( # noqa: S31017 > | ^^^^^^^^^^^^18 > 323 | endpoint,19 > 324 | data=json.dumps(body).encode("utf-8"),20 > |21 > help: Remove unused `noqa` directive22 > |23 > 321 | try:24 > - request = urllib.request.Request( # noqa: S31025 > 322 + request = urllib.request.Request(26 > 323 | endpoint,27 > |28 >29 > CPY001 Missing copyright notice at top of file30 > --> test_gmaps_cli_integration.py:1:131 >32 > Found 5 errors.33 > [*] 3 fixable with the `--fix` option.34 For full logs, run:35 nix log /nix/store/wnsl65km6m0k4w1yg8vz8115xhhmb1lb-gmaps-cli-0.1.0.drv