Skip to content

Commit cbf3d01

Browse files
committed
Add isort rules to ruff
1 parent 2169bf0 commit cbf3d01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@ color = true
112112
omit-covered-files = false
113113
generate-badge = "docs/source/_static/"
114114
badge-format = "svg"
115+
116+
[tool.ruff.lint]
117+
extend-select = [
118+
"I", # isort
119+
]

0 commit comments

Comments
 (0)