Skip to content

Commit 2155c46

Browse files
run mypy with implicit reexports (#3069)
1 parent 12144e8 commit 2155c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-dists.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_dist(dist):
121121
"--install-types",
122122
"--non-interactive",
123123
"--ignore-missing-imports",
124+
"--implicit-reexport",
124125
os.path.join(base_dir, "test_elasticsearch/test_types/async_types.py"),
125126
)
126127

@@ -145,6 +146,7 @@ def test_dist(dist):
145146
"--install-types",
146147
"--non-interactive",
147148
"--ignore-missing-imports",
149+
"--implicit-reexport",
148150
os.path.join(base_dir, "test_elasticsearch/test_types/sync_types.py"),
149151
)
150152
else:
@@ -156,6 +158,7 @@ def test_dist(dist):
156158
"--install-types",
157159
"--non-interactive",
158160
"--ignore-missing-imports",
161+
"--implicit-reexport",
159162
os.path.join(
160163
base_dir, "test_elasticsearch/test_types/aliased_types.py"
161164
),

0 commit comments

Comments
 (0)