We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5e11f commit c9cfef8Copy full SHA for c9cfef8
mypy.ini
@@ -0,0 +1,2 @@
1
+[mypy]
2
+ignore_missing_imports = True
tox.ini
@@ -129,3 +129,8 @@ commands =
129
deps = coverage
130
skip_install = true
131
commands = coverage erase
132
+
133
+[testenv:typing]
134
+deps = mypy
135
+commands =
136
+ mypy src/sagemaker
0 commit comments