Skip to content

Commit b3bb2e7

Browse files
committed
[setup.py] convert pytype -> mypy as static type checker in dev installs
1 parent 0248dc3 commit b3bb2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Optional packages
2222
EXTRAS_REQUIRES = {
2323
# for developer installs
24-
"dev": ["coverage", "pytest", "pytest-asyncio", "tox", "flake8", "pytype"],
24+
"dev": ["coverage", "pytest", "pytest-asyncio", "tox", "flake8", "mypy"],
2525
# for maintainer installs
2626
"maintain": ["wheel", "setuptools", "twine"],
2727
}

0 commit comments

Comments
 (0)