Skip to content

Commit 1e240d0

Browse files
committed
🔧 Add import sorting check to ruff-check
1 parent 4cb5cf0 commit 1e240d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ addopts = [
6666
[tool.ruff]
6767
line-length = 88
6868
exclude = ["notebooks/*ipynb"]
69+
extend-select = ["I"]
6970

7071
[tool.uv.build-backend]
7172
module-root = ""

0 commit comments

Comments
 (0)