Skip to content

Commit dce276f

Browse files
committed
🔧 chore: always combine as import
1 parent 7217642 commit dce276f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ ignore = [
7575
[tool.ruff.lint.isort]
7676
required-imports = ["from __future__ import annotations"]
7777
known-first-party = ["moelib"]
78+
combine-as-imports = true
7879

7980
[tool.ruff.lint.per-file-ignores]
8081
"setup.py" = ["I"]

0 commit comments

Comments
 (0)