Enable Ruff PGH rules (#13304)

This commit is contained in:
Avasam
2024-12-26 16:35:34 -05:00
committed by GitHub
parent dee35e22bb
commit dde13fb91d
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ class DefaultHTTPClient:
) -> tuple[str, str]: ...
class HTTPSHandler:
def __new__(cls, verify_ssl: bool = True) -> urllib.request.HTTPSHandler: ... # type: ignore
def __new__(cls, verify_ssl: bool = True) -> urllib.request.HTTPSHandler: ... # type: ignore[misc]