Bump flake8-pyi to 23.1.1 (#9599)

This commit is contained in:
Alex Waygood
2023-01-28 15:39:30 +00:00
committed by GitHub
parent 32ebe323f5
commit b316dd947e
8 changed files with 15 additions and 15 deletions

View File

@@ -83,7 +83,7 @@ class NodePattern(BasePattern):
class WildcardPattern(BasePattern):
min: int
max: int
def __init__(self, content: str | None = None, min: int = 0, max: int = 2147483647, name: str | None = None) -> None: ...
def __init__(self, content: str | None = None, min: int = 0, max: int = ..., name: str | None = None) -> None: ...
class NegatedPattern(BasePattern):
def __init__(self, content: str | None = None) -> None: ...