run black over stubs, add checking to travis

This commit is contained in:
Maxim Kurnikov
2018-12-03 18:52:44 +03:00
parent d5bc7d4ab2
commit cf6119bf9b
420 changed files with 2295 additions and 8384 deletions
+2 -6
View File
@@ -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]]]]: ...