mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 09:38:50 +08:00
Enable Ruff PGH rules (#13304)
This commit is contained in:
@@ -20,6 +20,6 @@ class MultiDiGraph(MultiGraph[_Node], DiGraph[_Node]):
|
||||
def in_degree(self) -> InMultiDegreeView[_Node]: ...
|
||||
@cached_property
|
||||
def out_degree(self) -> OutMultiDegreeView[_Node]: ...
|
||||
def to_undirected(self, reciprocal: bool = False, as_view: bool = False) -> MultiGraph[_Node]: ... # type: ignore
|
||||
def to_undirected(self, reciprocal: bool = False, as_view: bool = False) -> MultiGraph[_Node]: ... # type: ignore[override]
|
||||
def reverse(self, copy: bool = True) -> MultiDiGraph[_Node]: ...
|
||||
def copy(self, as_view: bool = False) -> MultiDiGraph[_Node]: ...
|
||||
|
||||
Reference in New Issue
Block a user