mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-16 21:08:03 +08:00
Use Python 3.11 for third-party stubtest in CI (#11562)
This commit is contained in:
@@ -132,5 +132,7 @@ def history(
|
||||
def heads(directory: str | None = None, verbose: bool = False, resolve_dependencies: bool = False) -> None: ...
|
||||
def branches(directory: str | None = None, verbose: bool = False) -> None: ...
|
||||
def current(directory: str | None = None, verbose: bool = False) -> None: ...
|
||||
def stamp(directory: str | None = None, revision: str = "head", sql: bool = False, tag: str | None = None) -> None: ...
|
||||
def stamp(
|
||||
directory: str | None = None, revision: str = "head", sql: bool = False, tag: str | None = None, purge: bool = False
|
||||
) -> None: ...
|
||||
def check(directory: str | None = None) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user