From 139727bf5050e07b29fd4c01c9143c322e94a5a2 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 21 Jan 2026 23:11:07 -0500 Subject: [PATCH] fixed pyproject.toml from stuff rename --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2b426..dc108df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lint.ignore = [ "tests/**" = [ "S101", # (perm) pytest needs asserts ] -"python/random/**" = [ +"python/stuff/**" = [ "T201", # (perm) I don't care about print statements dir ] "python/testing/**" = [