mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Reuse pre-commit checks in CI (#1442)
* Use pre-commit checks in CI * Fix all issues flagged by mypy * Update travis.yml to reflect testenv changes * Update docs to use tox lint
This commit is contained in:
@@ -33,3 +33,11 @@ class GithubException:
|
||||
def data(self) -> Dict[str, Union[str, List[str], List[Dict[str, str]]]]: ...
|
||||
@property
|
||||
def status(self) -> int: ...
|
||||
|
||||
class IncompletableObject:
|
||||
def __init__(self, status: Union[int, str], data: Any,) -> None: ...
|
||||
def __str__(self) -> str: ...
|
||||
@property
|
||||
def data(self) -> Dict[str, Union[str, List[str], List[Dict[str, str]]]]: ...
|
||||
@property
|
||||
def status(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user