From 6e3348572d2a9254a8fb3d46f6efccae1618e057 Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Mon, 5 Aug 2024 15:32:08 -0400 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64030bf..2637688 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,6 @@ repos: hooks: - id: mypy language_version: python3.9 - additional_dependencies: - - types-all - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0