Skip to content

Commit

Permalink
Update commit hashes in sync-typeshed.py following latest typeshed …
Browse files Browse the repository at this point in the history
…sync
  • Loading branch information
AlexWaygood authored and JelleZijlstra committed Mar 15, 2023
1 parent fed798a commit 8d59d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ def main() -> None:
print("Created typeshed sync commit.")

commits_to_cherry_pick = [
"634224acb", # LiteralString reverts
"aa9e82eef", # sum reverts
"83ecc1717", # ctypes reverts
"9d84db24a", # ParamSpec for functools.wraps
"250e6fda7", # LiteralString reverts
"a633a7283", # sum reverts
"1ceeb1fdb", # ctypes reverts
"e1a82a2b8", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
subprocess.run(["git", "cherry-pick", commit], check=True)
Expand Down

0 comments on commit 8d59d31

Please sign in to comment.