fixed all ruff error in python

This commit is contained in:
2025-10-30 19:43:52 -04:00
parent 6a09bc66b6
commit 1bfdbfd785
4 changed files with 30 additions and 22 deletions

View File

@@ -40,6 +40,10 @@ lint.ignore = [
"tests/**" = [
"S101", # (perm) pytest needs asserts
]
"python/random/**" = [
"T201", # (perm) I don't care about print statements dir
]
[tool.ruff.lint.pydocstyle]
convention = "google"