fixed ruff errors

This commit is contained in:
2025-10-31 20:23:27 -04:00
parent a7c0a58c9a
commit 26cf123357
4 changed files with 12 additions and 6 deletions

View File

@@ -43,7 +43,10 @@ lint.ignore = [
"python/random/**" = [
"T201", # (perm) I don't care about print statements dir
]
"python/testing/**" = [
"T201", # (perm) I don't care about print statements dir
"ERA001", # (perm) I don't care about print statements dir
]
[tool.ruff.lint.pydocstyle]
convention = "google"