From b0b8f947741d2e03d4f04714551ca1c921a3a000 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl <alexfikl@gmail.com> Date: Mon, 24 Jun 2024 16:27:20 +0300 Subject: [PATCH] mypy: remove local ignores in setup.cfg --- setup.cfg | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index 80d9d12..6f288f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,12 +20,4 @@ universal = 1 [mypy] ignore_missing_imports = True - -[mypy-pytools.mpiwrap] -ignore_errors = True - -[mypy-pytools.persistent_dict] -ignore_errors = True - -[mypy-pytools.stopwatch] -ignore_errors = True +warn_unused_ignores = true -- GitLab