Mirror: 0.781

This commit is contained in:
pre-commit 2020-06-20 08:31:19 +00:00
parent f687d36b12
commit b561d7d305
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.780
0.781

View File

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