mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -35,6 +35,7 @@ class EnvBuilder:
|
||||
with_pip: bool = ...,
|
||||
prompt: str | None = ...,
|
||||
) -> None: ...
|
||||
|
||||
def create(self, env_dir: StrOrBytesPath) -> None: ...
|
||||
def clear_directory(self, path: StrOrBytesPath) -> None: ... # undocumented
|
||||
def ensure_directories(self, env_dir: StrOrBytesPath) -> SimpleNamespace: ...
|
||||
|
||||
Reference in New Issue
Block a user