mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
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:
co-authored by
Claude Opus 4.6
parent
e3645c0913
commit
f11fd19d35
@@ -71,6 +71,7 @@ exclude = [
|
||||
"^HashcatRosetta/",
|
||||
"^hashcat-utils/",
|
||||
"^hate_crack/hashcat-utils/",
|
||||
"^hate_crack/omen/",
|
||||
"^hate_crack/princeprocessor/",
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
||||
Reference in New Issue
Block a user