1 parent a942a83 commit 2452436Copy full SHA for 2452436
1 file changed
pyproject.toml
@@ -46,6 +46,9 @@ target-version = "py310"
46
[tool.ruff.lint]
47
select = ["E", "F", "I", "N", "W", "UP", "B", "SIM"]
48
49
+[tool.ruff.lint.isort]
50
+known-first-party = ["experiment_toolkit"]
51
+
52
[tool.pytest.ini_options]
53
testpaths = ["tests"]
54
addopts = "-q"
0 commit comments