From 2142732bfaa4fa9ecf98ea4fdebbaa0e1988c882 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Thu, 19 Feb 2026 11:43:04 -0500 Subject: [PATCH] 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 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 63185be..8597465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ exclude = [ "dist", "PACK", "hashcat-utils", + "omen", "princeprocessor", "wordlists", "rules",