From 9a792f3568f450ad97363d7bf0baa04f768ae291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 2 Jan 2025 15:39:57 +0200 Subject: [PATCH] Pruned unnecessary mypy options --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73f6642b..9fed760f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,12 +93,9 @@ extend-select = [ [tool.mypy] python_version = "3.13" strict = true -ignore_missing_imports = true disallow_any_generics = false warn_return_any = false disallow_untyped_decorators = false -disallow_subclassing_any = false -show_error_codes = true [tool.pytest.ini_options] addopts = "-rsfE --tb=short --strict-config --strict-markers -p anyio -p no:asyncio -p no:trio"