Mirror: 0.222

This commit is contained in:
pre-commit 2018-05-30 21:38:46 +00:00
parent 066c0f903b
commit 8d837e4f32
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.221
0.222

View File

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