Mirror: 0.650

This commit is contained in:
pre-commit 2018-12-08 16:44:55 +00:00
parent 8d683f8f09
commit af591c9cc3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.641
0.650

View File

@ -4,5 +4,5 @@ from setuptools import setup
setup(
name='pre_commit_dummy_package',
version='0.0.0',
install_requires=['mypy==0.641'],
install_requires=['mypy==0.650'],
)