From 88459e59994dedba256530f1935cd04f8c600c03 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Mon, 11 Nov 2024 14:42:35 -0700 Subject: [PATCH] Update pyproject.toml to remove pyright ignore Co-authored-by: Jessica Scheick --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d3d946db..386b79f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,6 @@ exclude = [ ignore = [ "icepyx/quest/*", "icepyx/core/auth.py", - # "icepyx/core/is2ref.py", "icepyx/core/read.py", "icepyx/core/variables.py", "icepyx/core/visualization.py",