mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
Update to mypy 1.14 (#13272)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# TODO: missing from stub
|
||||
shapely._ragged_array.__all__
|
||||
|
||||
shapely\.geometry\.conftest
|
||||
shapely\.tests.*
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from enum import IntEnum
|
||||
|
||||
class ParamEnum(IntEnum):
|
||||
class ParamEnum(IntEnum): # type: ignore[misc] # Enum with no members
|
||||
@classmethod
|
||||
def get_value(cls, item: str) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user