Skip to content

Commit 0a71be2

Browse files
authored
Merge pull request #13 from haplo/add-mypy-stubs
Install MyPy stubs
2 parents 4c1c499 + e5dd5a9 commit 0a71be2

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)