From c18307e0b112d3cd29c856298514d3c429d61e17 Mon Sep 17 00:00:00 2001 From: "daniel.eades" Date: Fri, 23 Feb 2024 06:04:56 +0000 Subject: [PATCH] refactor: enable mypy strict linting --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2260989d4..6e0bc5bab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,6 +124,7 @@ known-first-party = ["copier"] convention = "google" [tool.mypy] +strict = true ignore_missing_imports = true plugins = ["pydantic.mypy"] warn_no_return = false