Skip to content

Commit c9cfef8

Browse files
authored
feature: add mypy tox target (#1852)
1 parent 7a5e11f commit c9cfef8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mypy]
2+
ignore_missing_imports = True

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@ commands =
129129
deps = coverage
130130
skip_install = true
131131
commands = coverage erase
132+
133+
[testenv:typing]
134+
deps = mypy
135+
commands =
136+
mypy src/sagemaker

0 commit comments

Comments
 (0)