From c634a4a8437de989b4394c48cd80e19ea82040f8 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Thu, 1 Sep 2022 13:51:27 -0700 Subject: Add stubs for icu This way we don't need to use casts in-code. --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6fd9d1d..a99791c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,6 +64,4 @@ exclude = .venv [mypy] - -[mypy-icu] -ignore_missing_imports = True +mypy_path = mypy_stubs -- cgit v1.2.1