mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -11,10 +11,8 @@ def S_ISREG(mode: int) -> bool: ...
|
||||
def S_ISFIFO(mode: int) -> bool: ...
|
||||
def S_ISLNK(mode: int) -> bool: ...
|
||||
def S_ISSOCK(mode: int) -> bool: ...
|
||||
|
||||
def S_IMODE(mode: int) -> int: ...
|
||||
def S_IFMT(mode: int) -> int: ...
|
||||
|
||||
def filemode(mode: int) -> str: ...
|
||||
|
||||
ST_MODE: int
|
||||
@@ -64,9 +62,9 @@ UF_IMMUTABLE: int
|
||||
UF_APPEND: int
|
||||
UF_OPAQUE: int
|
||||
UF_NOUNLINK: int
|
||||
if sys.platform == 'darwin':
|
||||
if sys.platform == "darwin":
|
||||
UF_COMPRESSED: int # OS X 10.6+ only
|
||||
UF_HIDDEN: int # OX X 10.5+ only
|
||||
UF_HIDDEN: int # OX X 10.5+ only
|
||||
SF_ARCHIVED: int
|
||||
SF_IMMUTABLE: int
|
||||
SF_APPEND: int
|
||||
|
||||
Reference in New Issue
Block a user