Skip to content

Commit 6c1aa81

Browse files
committed
Enable import sorting.
1 parent 7937ce5 commit 6c1aa81

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

python/example-pytest-selfie/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ pytest-selfie = { path = "../pytest-selfie", develop = true }
1919
[build-system]
2020
requires = ["poetry-core"]
2121
build-backend = "poetry.core.masonry.api"
22+
23+
[tool.ruff]
24+
lint.extend-select = ["I"]

python/pytest-selfie/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ requires = ["poetry-core"]
2222
build-backend = "poetry.core.masonry.api"
2323

2424
[tool.poetry.plugins.pytest11]
25-
pytest_selfie = "pytest_selfie.plugin"
25+
pytest_selfie = "pytest_selfie.plugin"
26+
27+
[tool.ruff]
28+
lint.extend-select = ["I"]

0 commit comments

Comments
 (0)