From 025f97aae1f0cb591d9352f2b5916f16be25e33c Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sat, 7 Oct 2023 10:34:57 +0200 Subject: [PATCH] DEV: Exclude tests from mypy checks --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 86095ac69..1412b5e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -230,3 +230,4 @@ disallow_incomplete_defs = true warn_redundant_casts = true warn_unused_ignores = true warn_unused_configs = true +exclude = ['venv', '.venv', 'tests', 'make_release.py']