Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 30f14e9

Browse files
author
Juanjo Alvarez
committed
Fix mypy command line options.
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 33cfcca commit 30f14e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/python_package/test/typecheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# call this from the parent directory
33
mypy --ignore-missing-imports --follow-imports silent --disallow-untyped-calls \
44
--disallow-untyped-defs --check-untyped-defs --warn-unused-ignores \
5-
--strict-optional --python-versio 3.6 python_driver/*.py
5+
--strict-optional python_driver/*.py

0 commit comments

Comments
 (0)