Skip to content

Commit 35dc8bf

Browse files
committed
Fix import sorting in run_interpreter.py for CI
1 parent c650705 commit 35dc8bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ ignore = [
126126
"E731",
127127
]
128128

129+
[tool.ruff.lint.isort]
130+
known-first-party = ["datasmith", "dataset"]
131+
129132
[tool.ruff.lint.per-file-ignores]
130133
"tests/*" = ["S101", "S105", "S106", "SIM117"]
131134
"*.py" = ["TRY003"]

0 commit comments

Comments
 (0)