From 511d49001502bf1aa5185f78f10d4d5d54d2810e Mon Sep 17 00:00:00 2001 From: Newbyte <newbyte@postmarketos.org> Date: Wed, 30 Oct 2024 12:34:03 +0100 Subject: [PATCH] pyproject.toml: Set disallow_untyped_decorators = true (MR 2464) We pass this too, so might as well ensure we don't regress. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1d3a8386e..64912b43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,3 +53,4 @@ addopts = [ [tool.mypy] check_untyped_defs = true disallow_incomplete_defs = true +disallow_untyped_decorators = true -- GitLab