Bump flake8-pyi to 25.5.0 (#14140)

This commit is contained in:
Alex Waygood
2025-05-25 19:16:39 +01:00
committed by GitHub
parent e8cd48faaf
commit c724377f1a
3 changed files with 3 additions and 3 deletions
@@ -180,7 +180,7 @@ class Globable:
def globincluding(self, magicchar): ...
def globexcluding(self, excluded): ...
def pushending(self, ending, optional: bool = False) -> None: ...
def popending(self, expected: Incomplete | None = None): ...
def popending(self, expected=None): ...
def nextending(self): ...
class EndingList: