mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
Enable Ruff PGH rules (#13304)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user