Skip to content

Commit 89bdaa5

Browse files
committed
Ignore pylint false positive
1 parent c8fbd0b commit 89bdaa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cibuildwheel/extra.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def github_api_request(path: str, *, max_retries: int = 3) -> dict[str, Any]:
5555
return typing.cast(dict[str, Any], json.load(response))
5656

5757
except (urllib.error.URLError, TimeoutError) as e:
58+
# pylint: disable=E1101
5859
if max_retries > 0:
5960
if (
6061
isinstance(e, urllib.error.HTTPError)

0 commit comments

Comments
 (0)