mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
Add star to all non-0.1 versions (#6146)
This commit is contained in:
@@ -80,7 +80,7 @@ def create_metadata(stub_dir: str, version: str) -> None:
|
||||
assert not os.path.exists(fnam)
|
||||
print(f"Writing {fnam}")
|
||||
with open(fnam, "w") as f:
|
||||
f.write(f'version = "{version}"\n')
|
||||
f.write(f'version = "{version}.*"\n')
|
||||
|
||||
|
||||
def add_pyright_exclusion(stub_dir: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user