From 5a46c93987262f14232cdcb4cab7669189900108 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 16 Feb 2023 16:49:43 +0100 Subject: [PATCH] mypy: Drop unnecessary rule exclusion --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d2df4f..314b9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,5 +28,3 @@ addopts = """ [tool.mypy] ignore_missing_imports = true -# See https://github.com/python/mypy/issues/7511: -warn_no_return = false