+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions github/Repository.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,11 @@ class Repository(CompletableGithubObject):
def get_collaborator_permission(
self, collaborator: Union[str, NamedUser]
) -> str: ...
def get_codescan_alerts(self) -> PaginatedList[CodeScanAlert]: ...
def get_codescan_alerts(
self, ref: Union[str, _NotSetType] = ...
) -> PaginatedList[CodeScanAlert]: ...
def get_code_scanning_analyses(
self, ref: Union[str, _NotSetType]
self, ref: Union[str, _NotSetType] = ...
) -> PaginatedList[CodeScanningAnalysis]: ...
def get_collaborators(
self, affiliation: Union[str, _NotSetType] = ...
Expand Down
4 changes: 3 additions & 1 deletion github/SecurityAndAnalysis.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from typing import Any, Dict

from github import AdvancedSecurity, SecretScanning, SecretScanningPushProtection
from github.AdvancedSecurity import AdvancedSecurity
from github.GithubObject import NonCompletableGithubObject
from github.SecretScanning import SecretScanning
from github.SecretScanningPushProtection import SecretScanningPushProtection

class SecurityAndAnalysis(NonCompletableGithubObject):
def __repr__(self) -> str: ...
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载