1 2 3
[tool.ruff.lint.per-file-ignores] # Tests often import get_spark_imports() first so the right backend is loaded, then other imports. "tests/**" = ["E402"]