Skip to content

Commit ff59ce4

Browse files
SONARPY-973 Typeshed serialization should be platform independent
1 parent f228ba9 commit ff59ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-frontend/typeshed_serializer/serializer/typeshed_serializer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def get_options(python_version=(3, 8)):
3737
# Setting incremental to false to avoid issues with mypy caching
3838
opt.incremental = False
3939
opt.python_version = python_version
40+
opt.platform = "linux"
4041
return opt
4142

4243

0 commit comments

Comments
 (0)