Skip to content

Commit a538cc9

Browse files
authored
fix cherry-pick-typeshed (#15672)
It should exclude test_cases too
1 parent 211d742 commit a538cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/cherry-pick-typeshed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def main() -> None:
5353
"--index",
5454
"--directory=mypy/typeshed",
5555
"--exclude=**/tests/**",
56+
"--exclude=**/test_cases/**",
5657
diff_file,
5758
],
5859
check=True,

0 commit comments

Comments
 (0)