Skip to content

Commit 2452436

Browse files
committed
Tell ruff isort that experiment_toolkit is first-party
1 parent a942a83 commit 2452436

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
@@ -46,6 +46,9 @@ target-version = "py310"
4646
[tool.ruff.lint]
4747
select = ["E", "F", "I", "N", "W", "UP", "B", "SIM"]
4848

49+
[tool.ruff.lint.isort]
50+
known-first-party = ["experiment_toolkit"]
51+
4952
[tool.pytest.ini_options]
5053
testpaths = ["tests"]
5154
addopts = "-q"

0 commit comments

Comments
 (0)