ruff: process remaining existing checks and suppress the annoying ones
This commit is contained in:
parent
c248aa7496
commit
1774ed126b
6 changed files with 38 additions and 8 deletions
|
@ -123,7 +123,7 @@ class always_supports_sequence(Iterator[V]):
|
|||
self.it = it
|
||||
self._list: Optional[List] = None
|
||||
|
||||
def __iter__(self) -> Iterator[V]:
|
||||
def __iter__(self) -> Iterator[V]: # noqa: PYI034
|
||||
return self.it.__iter__()
|
||||
|
||||
def __next__(self) -> V:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue