From 0df328170ffa5206b3209d2ae5451c0d5c957a79 Mon Sep 17 00:00:00 2001 From: Ashley Zhang Date: Thu, 7 Nov 2024 11:58:54 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=94=20take=20out=20mypy=20for=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91840a5e..aec50834 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,27 +9,3 @@ repos: - id: flake8 args: [--config, backend/setup.cfg] - id: detect-private-key - - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 # Use the latest version - hooks: - - id: mypy - additional_dependencies: [ - 'types-requests', - 'types-python-dateutil', - 'django-stubs', - 'djangorestframework-stubs', - ] - args: [ - --strict, - --ignore-missing-imports, - --disallow-untyped-defs, - --disallow-incomplete-defs, - --check-untyped-defs, - --disallow-untyped-decorators, - --no-implicit-optional, - --warn-redundant-casts, - --warn-unused-ignores, - --warn-return-any, - --no-implicit-reexport, - ] \ No newline at end of file