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 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-02-19 11:43:22 -05:00
co-authored by Claude Opus 4.6
parent e3645c0913
commit f11fd19d35
+1
View File
@@ -71,6 +71,7 @@ exclude = [
"^HashcatRosetta/",
"^hashcat-utils/",
"^hate_crack/hashcat-utils/",
"^hate_crack/omen/",
"^hate_crack/princeprocessor/",
]
ignore_missing_imports = true