mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-17 05:08:02 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -6,9 +6,7 @@ background: Any
|
||||
RESET: str
|
||||
opt_dict: Any
|
||||
|
||||
def colorize(
|
||||
text: Optional[str] = ..., opts: Union[Tuple, str] = ..., **kwargs: Any
|
||||
) -> str: ...
|
||||
def colorize(text: Optional[str] = ..., opts: Union[Tuple, str] = ..., **kwargs: Any) -> str: ...
|
||||
def make_style(opts: Tuple = ..., **kwargs: Any) -> Callable: ...
|
||||
|
||||
NOCOLOR_PALETTE: str
|
||||
@@ -17,6 +15,4 @@ LIGHT_PALETTE: str
|
||||
PALETTES: Any
|
||||
DEFAULT_PALETTE = DARK_PALETTE
|
||||
|
||||
def parse_color_setting(
|
||||
config_string: str
|
||||
) -> Optional[Dict[str, Dict[str, Union[Tuple[str], str]]]]: ...
|
||||
def parse_color_setting(config_string: str) -> Optional[Dict[str, Dict[str, Union[Tuple[str], str]]]]: ...
|
||||
|
||||
Reference in New Issue
Block a user