ran ruff check python --fix

This commit is contained in:
2025-11-29 13:13:15 -05:00
parent c89bc227f1
commit dbd8d5eee3
3 changed files with 3 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ lint.ignore = [
"python/splendor/**" = [
"S311", # (perm) there is no security issue here
"T201", # (perm) I don't care about print statements dir
]
[tool.ruff.lint.pydocstyle]