From 6040f4defb81eb9dbc9538c6ffe09ce906242f2e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Sat, 29 Jun 2024 22:44:00 -0600 Subject: [PATCH] Remove redundant config These settings are already specified in pyproject.toml --- scripts/typecheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/typecheck.sh b/scripts/typecheck.sh index bf70d03c..012073da 100644 --- a/scripts/typecheck.sh +++ b/scripts/typecheck.sh @@ -2,4 +2,4 @@ set -ex -mypy earthaccess stubs tests +mypy .