fixed pyproject.toml from stuff rename

This commit is contained in:
2026-01-21 23:11:07 -05:00
parent 88c2f1b139
commit 139727bf50

View File

@@ -40,7 +40,7 @@ lint.ignore = [
"tests/**" = [ "tests/**" = [
"S101", # (perm) pytest needs asserts "S101", # (perm) pytest needs asserts
] ]
"python/random/**" = [ "python/stuff/**" = [
"T201", # (perm) I don't care about print statements dir "T201", # (perm) I don't care about print statements dir
] ]
"python/testing/**" = [ "python/testing/**" = [