Skip to content

Commit e5dd5a9

Browse files
committed
Install MyPy stubs
They were unbundled with MyPy 0.9.0 release: https://mypy-lang.blogspot.com/2021/06/mypy-0900-released.html
1 parent 4c1c499 commit e5dd5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python_requires = >= 3.6
2121
pylsp = pylsp_black = pylsp_black.plugin
2222

2323
[options.extras_require]
24-
dev = isort>=5.0; flake8; pytest; mypy; pytest
24+
dev = isort>=5.0; flake8; pytest; mypy; pytest; types-pkg_resources; types-toml
2525

2626
[flake8]
2727
max-line-length = 88

0 commit comments

Comments
 (0)