From 5cf22ccb774a8be8f47dfe4c1e8c4f177c608cbf Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Oct 2021 19:59:24 -0400 Subject: [PATCH] Mirror: 0.910 --- .pre-commit-hooks.yaml | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 6876c2f..c3821ac 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,7 +2,8 @@ name: mypy entry: mypy language: python - 'types': [python] + 'types_or': [python, pyi] args: ["--ignore-missing-imports", "--scripts-are-modules"] require_serial: true additional_dependencies: [] + minimum_pre_commit_version: 2.9.2 diff --git a/setup.py b/setup.py index d55970b..0862667 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( - name='pre_commit_dummy_package', + name='pre_commit_placeholder_package', version='0.0.0', install_requires=['mypy==0.910'], )