Skip to content

Commit b202325

Browse files
committed
chore: configure ruff to sort imports also
Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com>
1 parent b2b0649 commit b202325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ exclude = [
112112
[tool.ruff.lint]
113113
ignore = ["E731"]
114114
extend-ignore = ["E203"]
115+
select = ["I"]
116+
115117

116118
[tool.pytest.ini_options]
117119
testpaths = [

0 commit comments

Comments
 (0)