diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c3821ac..b678ca9 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,4 +6,4 @@ args: ["--ignore-missing-imports", "--scripts-are-modules"] require_serial: true additional_dependencies: [] - minimum_pre_commit_version: 2.9.2 + minimum_pre_commit_version: '2.9.2' diff --git a/.version b/.version index f283680..8d38df5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.910 +0.920 diff --git a/setup.py b/setup.py index 0862667..06489af 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==0.910'], + install_requires=['mypy==0.920'], )