We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7217642 commit dce276fCopy full SHA for dce276f
1 file changed
pyproject.toml
@@ -75,6 +75,7 @@ ignore = [
75
[tool.ruff.lint.isort]
76
required-imports = ["from __future__ import annotations"]
77
known-first-party = ["moelib"]
78
+combine-as-imports = true
79
80
[tool.ruff.lint.per-file-ignores]
81
"setup.py" = ["I"]
0 commit comments