ran ruff check python --fix

This commit is contained in:
2025-11-29 13:13:15 -05:00
parent 9630633ff5
commit 72c3ccfb6d
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]