From fffc5d43d13744d29abcd59a8c5faa3d8116af2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 12 Feb 2023 13:07:30 +0100 Subject: [PATCH] TYP: flesh out mypy configuration --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 56febf4..63ff1a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,8 +102,11 @@ parallel = true [tool.mypy] python_version = "3.7" +show_error_codes = true +pretty = true warn_return_any = true warn_unused_configs = true +warn_unreachable = true [tool.pytest] filterwarnings = [