From cef228995c1e686f520e71002c06b9c5066e5c6f Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Thu, 7 Mar 2024 16:02:49 -0500 Subject: [PATCH] Add mypy configuration to exclude setup files --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7890627..69a410d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,3 +36,6 @@ dev = [ [project.urls] homepage = "https://github.com/janelia-cellmap/cellmap-models" repository = "https://github.com/janelia-cellmap/cellmap-models" + +[tool.mypy] +exclude = ['setup*'] \ No newline at end of file