File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ sdist -> Builds a source distribution and runs tests
47
47
additional environments:
48
48
pylint -> Lints a package with a pinned version of pylint
49
49
next-pylint -> Lints a package with pylint (version 2.15.8)
50
- mypy -> Typechecks a package with mypy (version 1.0 .0)
50
+ mypy -> Typechecks a package with mypy (version 1.9 .0)
51
51
next-mypy -> Typechecks a package with the latest version of mypy
52
52
pyright -> Typechecks a package with pyright (version 1.1.287)
53
53
next-pyright -> Typechecks a package with the latest version of static type-checker pyright
Original file line number Diff line number Diff line change @@ -183,15 +183,15 @@ environment run in CI and brings in the third party stub packages necessary. To
183
183
184
184
### Run mypy
185
185
186
- mypy is currently pinned to version [ 1.0 .0] ( https://pypi.org/project/mypy/1.0 .0/ ) .
186
+ mypy is currently pinned to version [ 1.9 .0] ( https://pypi.org/project/mypy/1.9 .0/ ) .
187
187
188
188
To run mypy on your library, run the tox mypy env at the package level:
189
189
190
190
` .../azure-sdk-for-python/sdk/textanalytics/azure-ai-textanalytics>tox run -e mypy -c ../../../eng/tox/tox.ini --root . `
191
191
192
192
If you don't want to use ` tox ` you can also install and run mypy on its own:
193
193
194
- ` pip install mypy==1.0 .0 `
194
+ ` pip install mypy==1.9 .0 `
195
195
196
196
` .../azure-sdk-for-python/sdk/textanalytics/azure-ai-textanalytics>mypy azure `
197
197
You can’t perform that action at this time.
0 commit comments