From 7b533b9f7f120418329fe51b6d7ba8c964d197d1 Mon Sep 17 00:00:00 2001 From: Ben Andrew Date: Wed, 8 Nov 2023 10:08:15 -0500 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 154548dd..ff7d1f95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,11 +18,5 @@ repos: args: - "--max-line-length=100" - "--extend-ignore=E203" - - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.991" - hooks: - - id: mypy - additional_dependencies: [types-requests] - language_version: python3.8 default_language_version: python: python3