From cb8e3fff4339e569834c1a783270b24dff2f0369 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 24 Jun 2026 23:30:49 +0200 Subject: [PATCH] add cleanup cmd --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cd96a762dd..1076f0896a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,9 @@ invalid-return-type="ignore" # 44 ## invalid-argument-type="ignore" # 49 no-matching-overload="ignore" # 10 # need to wait for betterdjango field stubs +# warn about unused ignore comments +unused-ignore-comment = "error" + [tool.coverage.run] source = ["src/backend/InvenTree", "InvenTree"] dynamic_context = "test_function"