fix: exclude omen directory from ruff linting

Vendored third-party OMEN utils were failing ruff checks on push.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-02-19 11:43:04 -05:00
parent f0bba73225
commit 2142732bfa
+1
View File
@@ -56,6 +56,7 @@ exclude = [
"dist",
"PACK",
"hashcat-utils",
"omen",
"princeprocessor",
"wordlists",
"rules",