Skip to content

Commit

Permalink
fix cherry-pick-typeshed (#15672)
Browse files Browse the repository at this point in the history
It should exclude test_cases too
  • Loading branch information
svalentin committed Jul 14, 2023
1 parent 211d742 commit a538cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/cherry-pick-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def main() -> None:
"--index",
"--directory=mypy/typeshed",
"--exclude=**/tests/**",
"--exclude=**/test_cases/**",
diff_file,
],
check=True,
Expand Down

0 comments on commit a538cc9

Please sign in to comment.