Skip to content

Commit e9c35b4

Browse files
authored
resolve mypy errors (Azure#7082)
1 parent 40562d5 commit e9c35b4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

eng/tox/tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ commands =
4545
{envbindir}/python {toxinidir}/../../../eng/tox/run_pylint.py -t {toxinidir}
4646

4747
[testenv:mypy]
48+
skipsdist = false
49+
skip_install = false
50+
usedevelop = true
51+
changedir = {toxinidir}
4852
deps =
4953
{[base]deps}
5054
mypy; python_version >= '3.5'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e ../../../tools/azure-sdk-tools

0 commit comments

Comments
 (0)