From f11fd19d35186f6c0c5b3eae959f151ec85fd84b Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Thu, 19 Feb 2026 11:43:22 -0500 Subject: [PATCH] fix: exclude omen directory from mypy checking Vendored third-party OMEN utils were also failing mypy on push. Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8597465..c0f0fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,7 @@ exclude = [ "^HashcatRosetta/", "^hashcat-utils/", "^hate_crack/hashcat-utils/", + "^hate_crack/omen/", "^hate_crack/princeprocessor/", ] ignore_missing_imports = true