Compare commits

...

1 Commits

Author SHA1 Message Date
Jamison Lahman
6b375c4c18 chore(python): configure ruff format 2026-03-13 10:54:38 -07:00

View File

@@ -236,6 +236,12 @@ typeCheckingMode = "off"
line-length = 130
target-version = "py311"
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"
[tool.ruff.lint]
ignore = []
select = [