Set line length to 120 characters (#2599)

This commit is contained in:
Jirka Borovec
2023-07-13 17:37:20 +02:00
committed by GitHub
parent de80ff4b91
commit 13e178a3ab
192 changed files with 1455 additions and 4433 deletions
+2 -6
View File
@@ -20,12 +20,8 @@ class ProjectCard(CompletableGithubObject):
def created_at(self) -> datetime: ...
@property
def creator(self) -> NamedUser: ...
def get_content(
self, content_type: Union[_NotSetType, str] = ...
) -> Optional[Union[PullRequest, Issue]]: ...
def edit(
self, note=Union[_NotSetType, str], archived=Union[_NotSetType, bool]
) -> None: ...
def get_content(self, content_type: Union[_NotSetType, str] = ...) -> Optional[Union[PullRequest, Issue]]: ...
def edit(self, note=Union[_NotSetType, str], archived=Union[_NotSetType, bool]) -> None: ...
@property
def id(self) -> int: ...
@property