From f0fc5206441ecf38d1be6b269216041b773c01e1 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Wed, 21 Feb 2024 14:29:35 -0500 Subject: [PATCH] Exclude tests folder from mypy checks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24ab389..3988e4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,7 @@ repos: entry: python3 -m mypy --config-file pyproject.toml language: system types: [python] + exclude: "tests" - repo: https://github.com/nbQA-dev/nbQA rev: 1.7.1